se questo è il codice:
che genera, direi che ad occhio ti sia scordato di mettere l'apertura e chiusura delle table per ogni td stampata.. cmq, autodidatta..fidati.. css.. una cosa di quelle che stai a fare te in css si fa:codice:<tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0" background="http://www.frasimagiche.net/images/sf_menu.gif" class="TESTO10"> <tr> <td width="10" height="40"></td> <td rowspan="3" align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" background="http://www.frasimagiche.net/images/sf_menu.gif" class="TESTO10"> <tr> <td width="6" rowspan="3" align="center"></td> <td width="150" height="40" align="center">
</td> <td width="6" rowspan="3" align="center">
</td> </tr> <tr> <td height="5" align="center" background="http://www.frasimagiche.net/images/div_orizz.gif" style="background-repeat: repeat-x; background-position:center"></td> </tr> <tr> <td align="center">Frasi
</td> <td width="150" height="40" align="center">
</td> <td width="6" rowspan="3" align="center">
</td> </tr> <tr> <td height="5" align="center" background="http://www.frasimagiche.net/images/div_orizz.gif" style="background-repeat: repeat-x; background-position:center"></td> </tr> <tr> <td align="center">Ricette
</td> <td width="150" height="40" align="center">
</td> <td width="6" rowspan="3" align="center">
</td> </tr> <tr> <td height="5" align="center" background="http://www.frasimagiche.net/images/div_orizz.gif" style="background-repeat: repeat-x; background-position:center"></td> </tr> <tr> <td align="center">Barzellette
per esempio.. inzia a dare un'occhiata ai csscodice:<ul id="menu">[*]pls1 <li class="divisore">[*]pls2[/list] css: #menu{ margin:0; padding:0; list-style-type:none} #menu li{ float:left; width:xxpx;...} #menu .divisore{ background:#000000; }