5568 sujets

Sémantique web et HTML

Bonjour,

j'ai un problème, je réalise une newsletter et les <tr> me rajoute un espace blanc en dessous de mes <td> sous gmail.

J'ai des images pour faire la bordure, cela donne des pointillées Smiley decu

Je vous met une partie de mon code ainsi qu'une image pour voir ce que cela donne.

Vous auriez une idée pour résoudre ce problème?

<table border="0" align="center" cellpadding="0" cellspacing="0" width="629">

<tr>
		<td width="15"><img height="91" width="2" src="image/contour1.jpg" border="0" align="right" alt="" /></td>

		<td   align="center">
			<a href="#" target="_blank"><img width="272" height="86"  src="image/solution2.jpg" border="0" alt="Découvrir le book commercial 2.0"/></a></td>
		<td width="20"><img height="91" width="4" src="image/contour2.jpg" border="0" align="left" alt=""/></td>

	</tr>
	
	<tr>
		<td width="15" align="right"><img height="123" width="2" src="image/contour1.jpg" border="0" alt=""/></td>
		<td  >
		<p style="font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-align: center; text-decoration: none; valign: top;"><b>Quels logiciels font gagner du temps<br/> à votre entreprise et stimulent l'innovation ?</b></p>
		</td>
		<td width="20"><img height="123" width="4" src="image/contour2.jpg" border="0" align="left" alt=""/></td>

	</tr>


upload/46894-newsletter.jpg
Au passage il avait pas besoin d'un tableau pour obtenir ça, les tableaux c'est vraiment nécessaire lorsqu'on doit passer des des flottants, voire pour afficher un background sur tous les clients mail.