Buongiorno a tutti.
Io ho un problema con le tabelle annidate.
Praticamente se creo una tabella dentro l'altra mi piazza uno spazio tra le righe. Il fatto è che con firefox si vede benissimo, questo problema lo dà solo con explorer. All'interno di questa tabella ci sono solo immagini. Vi posto il codice
<table cellspacing="0" cellpadding="0" align="center" border="0" >
<tr width="100%" bgcolor="#7ea8cf">
<td height="6px">
</td>
</tr>
<tr width="100%" height="100%" bgcolor="#7ea8cf" >
<td width="100%" height="100%">
<table cellspacing="0" cellpadding="0" border="0" height="100%">
<tr>
<td height="100% >
[img]image/intestazione/eventi.png[/img]
</td>
<td >
[img]image/intestazione/banner_farma.png[/img]
</td>
<td width="89" >
</td>
</tr>
</table>
</td>
</tr>
<tr width="100%" height="100%" bgcolor="#7ea8cf">
<td width="100%" height="100%">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" valign="top" border="0">
<tr>
<td width="100%">
[img]image/intestazione/testata_farma.png[/img]
</td>
<td width="89">
</td>
</tr>
</table>
</td>
</tr>
</table>
Non ho dichiarato css.
Aiutatemi please!!!
Grazie