Online Advertising - Lockers - Skype - Internet Advertising - Debt Consolidation

PDA

View Full Version : How to add a background colour to an Input type in a form


misohoni
Nov 7th 2004, 8:29 pm
at the moment all boxes have a white background:

<input type="text" id="dates" name="date" size="10" />

How do I add a background colour and even change the font type?

Thanks

reh3363
Nov 7th 2004, 8:44 pm
you should be able to use:

style="background: #fc0; font-family: Georgia;"

I think that works if I remember correctly

misohoni
Nov 7th 2004, 9:10 pm
thanks, I worked it out it links to input...