Come potete vedere, scrivendo un testo nella tabella di centro troppo lungo tutta la tabella si allarga.codice:<html> <head> <title>$title</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <table width="760" border="0" align="center"> <tr> <td valign="top"> <table width="100%" border="0" align="center"> <tr> <td valign="top">1</td> <td valign="top">2</td> </tr> </table> </td> </tr> <tr> <td valign="top"> <table width="100%" border="0"> <tr> <td width="130" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <th scope="row">[img]images/ml1.gif[/img]</th> </tr> <tr> <th scope="row" background="images/bgm.gif"></th> </tr> </table> </td> <td width="500" align="center" valign="top"> <table width="100%" border="0"> <tr> <td width="100%">3333333333333333333333334433333333333333333333333222222222222</td> </tr> </table> </td> <td width="130" valign="top"> [img]images/ml1.gif[/img] </td> </tr> </table> </td> </tr> </table> </body> </html>
Come posso fare?

Rispondi quotando

