How to add a background image to a textarea box
Website Development
So you want to add a fancy image backgound to your textarea box.
Here's how to do it using CSS. Simply add the following style tags to the head section of your page:
See a demo below:
| <style> textarea{ background-image:url(http://www.url_to_your_image.com/image.gif); color:ff0000; } </style> |
See a demo below:



