Problème pour centrer verticalement dans un tableau
Bonjour,
dans une cellule de tableau, j'aimerais centrer verticalement une puce (format gif), du texte et une autre image.
J'ai essayé avec "valign" puis "vertical-align" (en CSS) mais rien n'y fait.
Voici un bout de code :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| <center>
<TABLE width='599' border='1' cellspacing='0' cellpadding='0'>
<TR>
<TD width='100'> </TD>
<TD align='left'>
<IMG src='IMAGES/puce.gif'>Mon texte
<A href='monlien.doc' type='application/msword'>
<IMG src='IMAGES/icone-doc.gif' border='0' alt='DOC'>
</A>
</TD>
</TR>
</TABLE>
</center> |
Merci d'avance !
@+