td = cella
credo che quello che tu voglia ottenere sia questo
codice:
<table border="1">
<tr>
<td style="height:120px">titolo</td>
</tr>
<tr>
<td style="height:30px">menu orizzontale</td>
</tr>
<tr>
<td>
<table style="width:1000px; height:500px;" border="0">
<tr>
<td style="width:200px;">
<table style="height:100%; width:100%;" border="1">
<tr>
<td style="height:125px">login</td>
</tr>
<tr>
<td style="height:75px;">lingua</td>
</tr>
<tr>
<td style="height:250px;">statistiche</td>
</tr>
</table>
</td>
<td style="width:800px;">immagine</td>
</tr>
</table>
</td>
</tr>
</table>