View Full Version : form help?


yammie
12-18-2004, 10:21 AM
hi,
i made a form for my website, but i can't seem to figure out how to edit how it looks. i want to have it look like the form on this page-- http://fallenstars.com/thd/fans/audience.html

instead of just plain white boxes.

how do i edit the style?

wergo
12-18-2004, 11:38 AM
check is css page http://fallenstars.com/thd/fans/style.css he changes the background color in there.
Like for the input boxes:
input {
font: 7pt verdana;
color: #000000;
background-color: #f1ead6;
border: 1px solid #000000;
}