I have these piece of code
<table border="1" width="400" cellspacing="0" cellpadding="0">
<tr>
<td width="100" bgcolor="#C0C0C0">Item</td>
<td width="300" bgcolor="#C0C0C0">Value</td>
</tr>
<tr>
<td width="100">Desription</td>
<td width="300">
<textarea class="at_textArea" style="FONT-FAMILY: Arial;
FONT-SIZE: 12px; WIDTH: 300px; OVERFLOW: visible;"></textarea>
</td>
</tr>
</table>
Can you help me?
Thanks Rasto.