How can i change the background of a textarea? Does it have to be always white
Textarea background
Moderator: General Moderators
Textarea background
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
If you'r a bit rusty with CSS style sheets ->
there's a very detailed tutorial at webmonkey, you can also just skip to the good stuff:
http://hotwired.lycos.com/webmonkey/aut ... rial1.html
there's a very detailed tutorial at webmonkey, you can also just skip to the good stuff:
http://hotwired.lycos.com/webmonkey/aut ... rial1.html
Code: Select all
<textarea name="text" style="background: #dfdfdf; border: 1px solid #000000">Default Text</textarea>