Ciao e grazie per la risposta...hai ragione, la pagina è in locale, ho scoperto però che l'errore avviene quando nella tabella di sinistra carico un'immagine vi allego 2 immagini per farmi capire:

Versione corretta

Versione errata

Per il codice della pagina eccolo quì
codice:
<?include ('header.inc.php'); ?>
<table width="780" border="1" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="150" rowspan="3">[img]menu.jpg[/img]</td>
    <td width="230" height="80" valign="top"><? include ('last_art.php'); ?></td>
    <td width="219" height="100" rowspan="2" valign="top"><? include ('news_home.php'); ?></td>
    <td width="80" rowspan="3">[img]ban.jpg[/img]</td>
  </tr>
  <tr>
    <td width="230" height="80" valign="top"><? include ('last_tut.php'); ?></td>
  </tr>
  <tr>
    <td colspan="2"><? include ('flashnews.php'); ?></td>
  </tr>
</table>
<? include ('footer.inc.php'); ?>
Ciao e grazie ancora