Forum Moderators: not2easy

Message Too Old, No Replies

css in <textarea>

         

dkin

10:00 pm on Aug 29, 2005 (gmt 0)

10+ Year Member



I would like to know how to add css to a textarea in my form, I would like to alter the font size and color.

If anyone can help me with this I woould be thankful.

moltar

10:31 pm on Aug 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you add it just like to anything else...

textarea { 
font-size: 12px;
color: green;
}