Hi there,
i woul love to make a table whitout using the TABLE tag but the DIV...
For Example the same one with div:
<table id="body" cellpadding="0">
<tr style="height: 30px">
<td>
TEXT
</td>
<td>
TEXT
</td>
<td>
TEXT
</td>
</tr>
<tr style="height: 30px">
<td>
TEXT
</td>
<td>
TEXT
</td>
<td>
TEXT
</td>
</tr>
</table>