Text Area Backgrounds
Textareas are awesome, but wouldn't they be so much cooler with a little design? Here I'm going to teach you how to make textarea backgrounds.
- You need to first create an image. (200x100 should be plently big.)
- Upload the image to your server.
- Now open up your stylesheet.
- Paste this code and change the URL and anything else!
textarea, input {font-family: verdana; font-size: 7pt; color: black; background-image: url(TEXTAREA BG IMG);}
** If you would like to just have plain text, but with a colorful background, don't put a URL in the background URL section.
