| View previous topic :: View next topic |
| Author |
Message |
dazz_club 250+ Club

Joined: 15 Jul 2005 Posts: 313 Location: Chester and Hull
|
Posted: Tue Sep 20, 2005 11:26 am Post subject: can an text input field be a different colour? |
|
|
Hi people
On all forms you have a input field for the user to type in their name or e-mail or what ever you require.
my question is can you change the background colour of an text inputfield?
cheers
heres a link to my form http://www.tlc-line.com/contact.htm |
|
| Back to top |
|
 |
|
|
silentb
Joined: 18 Aug 2004 Posts: 24
|
Posted: Tue Sep 20, 2005 4:22 pm Post subject: Re: can an text input field be a different colour? |
|
|
| yes. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3620 Location: Sweden
|
Posted: Tue Sep 20, 2005 5:40 pm Post subject: Re: can an text input field be a different colour? |
|
|
Try this:
| Code: |
| <input type="text" name="name" style="background-color: #123456;" /> |
|
|
| Back to top |
|
 |
|