JSMITH242B
Programmer
Hi All,
I have the following definiton for my table:
<table border ="0" cellspacing="0" cellpadding="0" width="100%" align="center" height="25">
<tr>
<td width="40%" align="right" valign="top" height="25">
<font face="Arial"><small><strong>Notes:</strong></small></font>
</td>
<td width="5%"></td>
<td width="55%" align="left"><textarea rows="5" cols="30" type="text" id=txtNotes name=txtNotes></textarea></td>
</tr>
</table>
It looks Ok in quick view when I adjust the rows/cols property. However in the browser (IE Latest version) no matter what I change the values to, it always remain a fixed size. Why is this?
Thanks
I have the following definiton for my table:
<table border ="0" cellspacing="0" cellpadding="0" width="100%" align="center" height="25">
<tr>
<td width="40%" align="right" valign="top" height="25">
<font face="Arial"><small><strong>Notes:</strong></small></font>
</td>
<td width="5%"></td>
<td width="55%" align="left"><textarea rows="5" cols="30" type="text" id=txtNotes name=txtNotes></textarea></td>
</tr>
</table>
It looks Ok in quick view when I adjust the rows/cols property. However in the browser (IE Latest version) no matter what I change the values to, it always remain a fixed size. Why is this?
Thanks