Hallo,
nachdem die Problembeschreibung doch recht knapp ist und ohne Verweis auf eine Seite (d.h. auch den Quellcode) tippe ich jetzt einfach mal zwei mögliche Lösungen:
1.
<table>
...
</table><table> <!-- wichtig ist, daß kein Leerzeichen oder Zeilenumbruch im Code steht -->
...
</table>
2.
<table>
<tr>
<td>
<!-- 1. Tabelle -->
</td>
</tr>
<tr>
<td>
<!-- 1. Tabelle -->
</td>
</tr>
</table>
Grüße aus Würzburg
Julian