Bonjour,
J'ai mon tableau comme ci:
Ca affiche bien sur FF (exemple) mais sur IE "rightsmallimg" n'est pas aligné sur la droite dur tableau. Comment je peux corriger ce probleme ?
Merci
Modifié par kenzo (14 Dec 2005 - 20:50)
J'ai mon tableau comme ci:
<table>
<tr>
<td colspan=2 align="center">
<table>
<tr>
<td><img src="centerbigimg"/></td>
</tr>
<tr>
<td>text</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left">
<table>
<tr>
<td align="right"><img src="leftsmallimg" /></td>
</tr>
</table>
</td>
<td align="right">
<table>
<tr>
<td align="left"><img src="rightsmallimg" /></td>
</tr>
</table>
</td>
</tr>
</table>
Ca affiche bien sur FF (exemple) mais sur IE "rightsmallimg" n'est pas aligné sur la droite dur tableau. Comment je peux corriger ce probleme ?
Merci
Modifié par kenzo (14 Dec 2005 - 20:50)