View Full Version : Text Areas


Bamboo
02-23-2003, 07:25 PM
How would you change the background of textareas?

Pange
02-23-2003, 07:48 PM
I use CSS for this :)

<textarea cols="15" rows="5" style="background-color:#000000">

</textarea>

of course, 15 and 5 get changed to your desired size, and the #000000 can be changed to whatever background colour you would like :)