3
thank nachenko
very easy to add bg image into text area
only add this line to themes styles.css
textarea
{
border: 1px solid #8699B5;
width: 400px;
font: 11px verdana, arial, helvetica, sans-serif;
[b]background-image: url('images/tabg.gif');[/b]
}