intendi due tabelle sulla stessa riga senza annidarle? boh? di solito le annido sempre, comunque... prova così.
<table width="100" border="0" align="left" bgcolor="#CCCCCC" height="100">
<tr>
<td>Tab 1</td>
</tr>
</table>
<table width="100" border="0" bgcolor="#999999" height="100">
<tr>
<td>Tab 2</td>
</tr>
</table>
Ciao![]()