PER AVERE QUELL EFFETO DEVI FARE UNA TABELLA DENTRO UNA TABELLA ECCO IL CODICE CHE TI SERVE PROVA!

<html>
<head>
<title>LA MIA HOME PAGE</title>
</head>

<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>IL CONTENUTO DEL TUO SITO VA QUI</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>