What’s the best way to center your HTML email content in the browser window (or email client preview pane)?
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 centred content.