Forms

They have: 5 posts

Joined: Feb 2003

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's picture

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's picture

He has: 3,022 posts

Joined: Oct 2002

Smiling

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

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.