Quale alternativa migliore alle tabelle mi consigli per avere un menu a sinistra e far apparire il contenuto a destra?

Grazie

Per la tabella nella tabella, Intendi cosi?
codice:
<table WIDTH="100%" ALIGN="center" border="0">
<table>
<tr>
<td>
COLONNA SINISTRA
</td>
</table>

<table>
<td>
COLONNA DESTRA
</td>
</tr>
</table>
</table>