what: Adding background to textarea/ textbox
how: Just place the style script below in the
head of your page. Change the image to
your own, and set the text color with the
color attribute.
Here's the style script, just as we have
it in this page:
<style>
textarea{
background-image:url(blue_saturn.jpg);
color:ff0000;
}
</style>



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks