Bonjour!
voila dans le cadre d'un emailing (je passe par des tableaux) j'ai un soucis avec ie6 (nikel sur ff2), en effet j'ai un espace blanc entre deux lignes du tableau.
l'email est découpé en plusieurs images, chacune dans une case.
je sais pas si ca peut venir d'une erreur dans le code?
Modifié par eagle84 (19 Nov 2008 - 17:47)
voila dans le cadre d'un emailing (je passe par des tableaux) j'ai un soucis avec ie6 (nikel sur ff2), en effet j'ai un espace blanc entre deux lignes du tableau.
l'email est découpé en plusieurs images, chacune dans une case.
je sais pas si ca peut venir d'une erreur dans le code?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
</head>
<body>
<table border="0" align="center" cellpadding="0" cellspacing="0" style="width:650;font:normal 12px arial; color:#004b93;">
<tr>
<td colspan="3"><img src="1223.jpg" width="650" height="101" alt="test"></td>
</tr>
<tr>
<td colspan="3" height="176"><img src="img0.jpg" width="650" height="176" alt="ttest test test"></td>
</tr>
<tr>
<td>
<img src="image1.jpg" alt="" width="202" height="56" border="0" ></td>
<td><a title="bouton" href="http://www.site.fr/">
<img src="image2.jpg" alt="" width="259" height="56" border="0" ></a>
</td>
<td><img src="image3.jpg" alt="" width="189" height="56" border="0" ></td>
</tr>
<!-- c'est ici que l'epace de quelques pixel entre c'est deux lignes apparait sous ie6-->
<tr>
<td colspan="3" height="34"><img src="img4.jpg" width="650" height="34" alt="test"></td>
</tr>
</table>
</body>
</html>
Modifié par eagle84 (19 Nov 2008 - 17:47)