View Full Version : question


guster
08-06-2004, 09:04 PM
okay so i used boards 2 go and i know that to make the text areas change color it's done with css i'm just not sure how to do it. can anyone help me?

jazzberry
08-06-2004, 10:43 PM
try adding this to your stylesheet, change the stuff in bold :)

textarea {
background-color: #COLOUR;
font-family: arial;
color: #COLOUR;
border-style: dotted, dashed, solid, double, groove, ridge, inset, outset;
border-color: #COLOUR;
border-width:#px; }