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 :
Merci d'avance !
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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>
@+







Répondre avec citation







quand votre question à trouvé une solution.
Partager