02-15-2008, 02:32 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Posts: 28
Thanks: 9
|
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
|
|
|
|