hai annidato 6 tabelle... procedura insolita se non si tratta di dati da richiamare in tabelle.
insomma non come hai fatto tu ma piuttosto creare il layout con una tabella principale e al massimo una o due tabelle interne se ce n'è motivo
io agirei più o meno così:
ovviamente puoi inserire div dove ne hai bisogno e settare tutto tramite CSScodice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Nuova pagina 1</title> </head> <body> <div align="center"> <table border="1" width="780" cellspacing="0" cellpadding="0" id="table1" bordercolor="#00FFFF"> <tr> <td colspan="3"></td> </tr> <tr> <td width="150px"> <script type="text/javascript" src="http://www.margheritasassari.it/xaramenu.js"></script> <script type="text/javascript" Webstyle4 src="http://www.margheritasassari.it/imgmenu/menu_.js"></script> </td> <td width="530px"> <p align="center">
</td> <td width="200px"> <p align="center">
![]()
</td> </tr> </table> </div> </body> </html>