Center the Contents of an Email
To center the content of an email following the following steps in the HTML mode of the Template Editor
Align the table to center.
<table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″>
<tr>
<td align=”center”>
Your Content
</td>
</tr>
</table>
Where you have “your content” if it is a table, set it to the desired width and you will have centered content.







