<td>Vos infos ici</td>
<table cellspacing="0" cellpadding="0" width="450" border="0">
<tr>
<td>Vos infos ici</td>
</tr>
</table>
Pour ajouter une couleur de fond au tableau rajouter dans le code
bgcolor="votre couleur"
Ce qui donne
<table cellspacing="0" cellpadding="0" width="450" bgcolor="#000000" border="0">
<tr>
<td>Vos infos ici</td>
</tr>
</table>
