Bonjour,
voilà je fais une newsletter avec des tableaux. Le soucis c'est que tout est nikel sur firefox, safari... mais sur ie après chaque balise </tr> il y a un décallage blanc:/ ET quand je l'envoie sur thunderbird en newsletter sur ootlook il y a toujours ce petit décalage blanc.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!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>
    <title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
 
<body>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" style="text-align: center">
<tbody>
 
	<tr>
		<td colspan="2" style="vertical-align: top; color: #000000; font-family: Verdana; font-size: 9px; text-align: center;">
			<img src="http://www.fixeven.fr/maurad/images/Promod-01.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod-02.jpg" alt="" />
		</td>
	</tr>
	<tr>
		<td colspan="2" style="vertical-align: top; color: #000000; font-family: Verdana; font-size: 9px; text-align: center;">
			<img src="http://www.fixeven.fr/maurad/images/Promod-03.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod-04.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod-05.jpg" alt="" />
		</td>
	</tr>
 
	<tr>
		<td colspan="4" style="vertical-align: top; color: #000000; font-family: Verdana; font-size: 9px; text-align: center;">
			<img src="http://www.fixeven.fr/maurad/images/promod_06.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod-07.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/promod-18.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/promod-09.jpg" alt="" />		</td>
	</tr>
 
 
	<tr>
		<td colspan="4" style="vertical-align: top; color: #000000; font-family: Verdana; font-size: 9px; text-align: center;">
			<img src="http://www.fixeven.fr/maurad/images/Promod_11.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod_12.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod_19.jpg" alt="" /><img src="http://www.fixeven.fr/maurad/images/Promod_14.jpg" alt="" />
	</tr>
	<tr>
		<td colspan="1" style="vertical-align: top; color: #000000; font-family: Verdana; font-size: 9px; text-align: center;">
			<img src="http://www.fixeven.fr/maurad/images/Promod_17.jpg" alt="" />
	</tr>
 
 
 
 
 
    	</tbody>
	</table>
 
    </body>
</html>
Je vous montre mon code

Merci d'avance