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
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.