Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vouchful/8f319a7debf5f4800902ee71af484b68 to your computer and use it in GitHub Desktop.
Save vouchful/8f319a7debf5f4800902ee71af484b68 to your computer and use it in GitHub Desktop.
Email Kit > Guidelines > Layouts: Structure with panel container
<body>
<center>
<!-- Start Email Container -->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="600" id="email-container">
<tbody>
<tr>
<td valign="top" id="email-body">
<!-- Start Panel Container -->
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" class="panel-container">
<tbody>
<tr>
<td class="panel-body">
<!-- Add Content Here -->
</td>
</tr>
</tbody>
</table>
<!-- End Panel Container -->
</td>
</tr>
</tbody>
</table>
<!-- End Email Container -->
</center>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment