View Single Post
Old 02-15-2008, 02:32 PM   #1 (permalink)
bmathers
The Contributor
 
Join Date: Jan 2008
Posts: 28
Thanks: 9
bmathers is on a distinguished road
Default making text boxes a different color?

hi,

im sure this is simple but im having trouble making some of my text input boxes a different color. This is the form,

<input name="Email" type="text" id="Email" size="50"/>

and this is how i thought i could do it but it deosnt seem to work when i upload it;

<input name="Email" type="text" id="Email" size="50" STYLE="background:ffcc33"/>

any help would be appreciated

cheers
bmathers is offline  
Reply With Quote