Click to See Complete Forum and Search --> : Textarea


vinsa
02-16-2003, 12:00 PM
How can I change the colour of symbols in textarea and the colour of background i textarea?

Zach Elfers
02-16-2003, 12:06 PM
<textarea cols="65" rows="5" name="textarea" style="color:color;background-color:color;"></textarea>

color:color; = This is the text color.
background-color:color = This is the background color.

vinsa
02-16-2003, 12:22 PM
thank you man. you are cool!