Skip to content

Instantly share code, notes, and snippets.

@tpatch
Created June 8, 2012 15:24
Show Gist options
  • Save tpatch/2896144 to your computer and use it in GitHub Desktop.
Save tpatch/2896144 to your computer and use it in GitHub Desktop.
HTML Email Container Table
<!-- Our outer table, sets width, BG color, email alignment. -->
<table width="100%" cellpadding="0" cellspacing="0" style="background-color:#FFF; margin:0 auto !important;" align="center">
<tbody>
<tr>
<td>
<!-- This table will contain the actual content of the email -->
<table cellpadding="0" cellspacing="0" align="center">
</table>
</td>
<td>
<!-- This table will contain the actual content of the email -->
<table cellpadding="0" cellspacing="0" align="center">
</table>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment