MrTickles
09-15-2002, 04:30 PM
If i knew the name for what i want to do I woulda searched for an answer first, but I have no clue what to search for to find an answer to this.
I want to add:
style="background-color:<?php echo"$color1"?>; border: 1 solid <?php echo"$color3" ?>">
To this piece code:
<INPUT NAME=\"fileup$num\" TYPE=\"file\" >
Ive tried a bunch of things I keep getting an unexpected T_VARIABLE error.
It is a file upload button.(just like the one below) I want to change the backgorund color of the textbox and of the browse button itself.
Any help would be great thanks
:)
I want to add:
style="background-color:<?php echo"$color1"?>; border: 1 solid <?php echo"$color3" ?>">
To this piece code:
<INPUT NAME=\"fileup$num\" TYPE=\"file\" >
Ive tried a bunch of things I keep getting an unexpected T_VARIABLE error.
It is a file upload button.(just like the one below) I want to change the backgorund color of the textbox and of the browse button itself.
Any help would be great thanks
:)