Ho fatto due tabelle una con id contenitore e una senza, ma me le centra entrambe, anche il testo da non allineare è allineato al centrocodice:<style type="text/css"> <!-- body { text-align:center } #contenitore { text-align:left; margin:0 auto; } --> </style> </head> <body> <table width="500" border="1" cellspacing="0" cellpadding="0" id="contenitore"> <tr> <td>sdsad</td> <td></td> </tr> </table> <table width="500" border="1" cellspacing="0" cellpadding="0"> <tr> <td></td> <td></td> </tr> </table> Testo da non allineare </body>