Quote:
Originally posted by atomicstomp Or,
<table width ="100%">
<tr><td>
<table width = "50%"></table>
<table width = "50%"></table>
</td></tr>
<tr><td>
<table width = "50%"></table>
<table width = "50%"></table>
</td></tr>
</table> |
OK I got it thanks
<table width ="100%">
<tr><td>
<table width = "50%" align="left"></table>
<table width = "50%" align="right"></table>
<table width = "50%" align="left"></table>
<table width = "50%" align="right"></table>
</td></tr>
</table>