Bonjour,
J'aimerai aligner verticalement un texte, ou plutôt un paragraphe, à côté d'une image. Je fais donc le code suivant :
<img src="{URL}" width="60px" height="80px" border="0px" alt="Image Forum" style="vertical-align: middle;"/>{TEXT}
Or, le texte étant trop grand, il fait un retour charriot en dessous de l'image :

Comment faire pour inclure le retour à la ligne à l'intérieur de l'alignement ? J'ai essayé sans succès les choses suivantes :
<p><img src="{URL}" width="60px" height="80px" border="0px" alt="Image Forum" style="vertical-align: middle;"/>{TEXT}</p>
<p><img src="{URL}" width="60px" height="80px" border="0px" alt="Image Forum" style="vertical-align: middle;"/><p>{TEXT}</p></p>
Merci d'avance !
Partager