Hi I have a form with a text area for comments. The problem is my code below should produce a textbox 3 rows high but when it is displayed in Chrome it only ever appears as one line , Can anyone suggest what I am doing wrong please?
<tr>
<td > </td>
<td ><strong>Approver Comments</strong></td>
<td colspan="3" >
<textarea name="approvecom" cols="100" rows="5" autocomplete="OFF"></textarea>
</td>
<td > </td>
</tr>