Textarea background
Posted: Sat Aug 30, 2003 2:08 pm
Hey everybody!
How can i change the background of a textarea? Does it have to be always white
How can i change the background of a textarea? Does it have to be always white
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<textarea name="text" style="background: #dfdfdf; border: 1px solid #000000">Default Text</textarea>