Bonjour,
Je suis en train de faire une newsletter, et j'ai un décalage d'images bizarre uniquement sous Firefox 3.6 et Opera 10.51 : http://img.rock-hosting.com/view/bugJPG-u58/
Je voudrais que les petites images avec contour noir se collent en bas, là elles sont espacées de quelques pixels.
Voici mon code, les lignes concernées sont les n°4 et 10 :
Je vois pas d'où ça peut venir.
Une solution ?
Merci
Edit : Problème résolu. Il fallait juste mettre le bon Doctype (ici HTML 4.01 Transitional)
Modifié par Chok71 (19 Apr 2010 - 10:42)
Je suis en train de faire une newsletter, et j'ai un décalage d'images bizarre uniquement sous Firefox 3.6 et Opera 10.51 : http://img.rock-hosting.com/view/bugJPG-u58/
Je voudrais que les petites images avec contour noir se collent en bas, là elles sont espacées de quelques pixels.
Voici mon code, les lignes concernées sont les n°4 et 10 :
<table border="0" width="600" cellpadding="0" cellspacing="0">
<!-- ========================[ HEADER ]======================== -->
<tr>
<td width="10" valign="bottom"><img src="design/header-BTL.png" alt="" valign="bottom"/></td>
<td bgcolor="#ffffff" height="39">
<font align="center" style="font-size: 10px; font-family: arial, sans-serif; display: block; text-align: center; color:#868686;">
You're receiving this newsletter because you bought widgets from us.<br /> Having trouble reading this email? <a href="" style="text-decoration: underline; color:#868686;">View it in your browser</a>. Not interested anymore? <a href="" style="text-decoration: underline; color:#868686;">Unsubscribe Instantly</a>.
</font>
</td>
<td width="10" valign="bottom"><img src="design/header-BTR.png" alt="" valign="bottom"/></td>
</tr>
<tr>
<td bgcolor="#ff0084" height="130">
</td>
<td bgcolor="#ff0084" height="130">
<img src="design/ban_titre.png" alt="Company Newsletter"/>
</td>
<td bgcolor="#ff0084" height="130">
</td>
</tr>
<!-- ========================[ CONTENU ]======================== -->
<table width="601" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"></td>
<!-- ======[ PARTIE 1 ]====== -->
<td bgcolor="#ffffff" width="200">
<font style="font-size: 11px; font-family: arial, sans-serif; color: #464646;"><b>ISSUE 15</b></font>
</td>
<!-- ======[ SEPARATION ]====== -->
<td bgcolor="#415645" width="10"></td>
<!-- ======[ PARTIE 2 ]====== -->
<td bgcolor="#a15zaz" width="371">
FRIDAY 20 AUGUST
</td>
<td width="10"></td>
</tr>
</table>
</table>
Je vois pas d'où ça peut venir.
Une solution ?
Merci
Edit : Problème résolu. Il fallait juste mettre le bon Doctype (ici HTML 4.01 Transitional)
Modifié par Chok71 (19 Apr 2010 - 10:42)