Bonjour à tous
Je suis en train de créer un site et j'ai un problème d'affichage d'images sous Internet Explorer. Sous certaines images une bande blanche est inserée (ce qui décale tout le reste).
Code qui pose problème
Mon problème est le même que toinou62 ici mais je n'ai pas compris la réponse qui lui a été donné.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr height="113"><td width="582" colspan="2"> <img src="nomImage" hspace="0" vspace="0" border="0" width="582" height="113"> </td></tr> <tr height="34"><td width="16" ><img src="nomImage" border="0" width="16" height="34"> </td><td width="566" ><img src="nomImage" border="0" width="566" height="34"> </td></tr> <tr height="19"><td width="16" ><img src="nomImage" border="0" width="16" height="19"> </td><td width="566" > Texte </td></tr> </table>
Merci d'avance pour vos conseils
Partager