PDA

View Full Version : Another cgi form question



defiant
June 22nd, 2001, 10:40
what would the css be for changing the font colour in text fields?

lucifer
June 22nd, 2001, 10:47
It's a css question not cgi ;)

TEXTAREA{
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #EAEAEA
}

sets font/size/background/font colour

ripped from fws

defiant
June 22nd, 2001, 11:56
tkanks