Forms
I was wondering if anyone knows how to have your text boxes in forms a specific background colour?
I would like the background og the text box to blend in with the background of my site.
Thanks
I was wondering if anyone knows how to have your text boxes in forms a specific background colour?
I would like the background og the text box to blend in with the background of my site.
Thanks
The Webmistress posted this at 08:28 — 28th February 2003.
She has: 5,586 posts
Joined: Feb 2001
By using css.
Here is a basic example or try this search on Google for more examples/tutorials.
Renegade posted this at 11:19 — 28th February 2003.
He has: 3,022 posts
Joined: Oct 2002
forwardtrends posted this at 14:33 — 28th February 2003.
He has: 52 posts
Joined: Feb 2003
textarea.tan
{
background-color: #CFD5DD;
width:216;
font-size: 9px;
font-family: tahoma;
color: #666666;
border-top:1px solid;
border-bottom:1px solid;
border-left: 1px solid;
border-right:1px solid;
}
threw in some other stuff that might be helpful..
Aaron Elliott
forwardtrends.com
fspigroup posted this at 22:33 — 28th February 2003.
They have: 5 posts
Joined: Feb 2003
Thnks for the examples,
i got it sorted and uploaded.
Cheers again:D
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.