changing color attributes in input fields

liunx

Guest
Hey, i was just curious as to how to change the color of an imput field (such as the one you would type in if u were to submit a reply to this). i have an imput box for people to sign up for a mailing list, but the box doesn't really fit in with the rest of the design, so i'd like to change the colors of the box.<br />
<br />
any help is much appreciated. thanks.<!--content-->You should be able to use most of the CSS properties for any changes you want to make any html elements<br />
below is the example for your question<br />
<br />
<input type="Text" name="t1" style="background-color:lightyellow;"/><!--content-->
 
Back
Top