Hi ,
I created a table with 4 columns.. In one row I want to create a textarea and wanted to to span for 4 columns. Please let me know how can I do it.
I tried like this..but its not working
<tr >
<td colspan="3"> <textarea rows="6">Clinical Notes</textarea> </td>
</tr>