[table] alignement de cellules
Bonjour
Je dispose du tableau suivant :
Code:
1 2 3 4 5 6 7 8 9 10 11
|
<table border="0" width="100%">
<tr>
<td width="33%" align="left">
<a href="mailto:gldavid@gldavid.com">Webmaster</a></td>
<td width="34%" align="center">
<a href="index.jsp"><img src="img/home.gif" alt="index"></a></td>
<td width="33%" align="right">
<a href="http://www.gldavid.com" target="_blank"><img src="img/minilogo.jpg" alt="GLDavid"></a></td>
</tr>
</table> |
Seulement, à l'affichage sous Firefox, je remarque que les cellules de ce tableau sont toutes disposées à gauche. Pourtant je précise en attribut de td l'alignement.
Merci d'avance de vos réponses.
@++