As in just write the html
<table width="400" border="1">
<tr>
<td> </td>
</tr>
</table>
for the most basic table
or a littel more complex
<table width="200" border="1">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>








Reply With Quote



