Outlook 2007 tableau Html des éléments td

J'essaie de rendre la newsletter compatible avec Outlook 2007, Outlook moteur de rendu n'est pas très logique. Code suivant n'est pas en faisant des frontières que la largeur de 1 pixel comme dans Firefox et les autres moteurs de rendu, mais il ajoute un peu plus d'espace entre certains de ces td-éléments. Est-il une solution pour ce problème ?

<table>
<tr>
<td width="0" style="border-left: 1px solid #cdcdcd; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="0" style="border-left: 1px solid #c1c1c1; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="0" style="border-left: 1px solid #adadad; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="0" style="border-left: 1px solid #949494; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="100%" bgcolor="white">
content here
</td>
<td width="0" style="border-right: 1px solid #949494; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="0" style="border-right: 1px solid #adadad; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="0" style="border-right: 1px solid #c1c1c1; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
<td width="0" style="border-right: 1px solid #cdcdcd; border-bottom: 0px none; border-top: 0px none; margin: 0;" ></td>
</tr>
</table>
Voir aussi les liens dans cette réponse: stackoverflow.com/questions/868073/...
Voici à quoi il ressemble dans Outlook 2007 >> i44.tinypic.com/8zmxhj.jpg

OriginalL'auteur | 2009-05-15