Changing the look of your textareas is easy as one to three. Just add this code snippet to your CSS stylesheet:
textarea {
font-size: pick your size;
background-image: url(“background image link”);
border: border color pixel width line style; }
Here is an example
textarea {
font-size: x-small;
background-image:url(“http://camolove.com/images/WP/TextAreaBG.png”);
border:#ff3366 2px solid; }
Play around with the code until you like the textbox you have!



