Last active
December 31, 2019 19:15
-
-
Save vouchful/8f319a7debf5f4800902ee71af484b68 to your computer and use it in GitHub Desktop.
Email Kit > Guidelines > Layouts: Structure with panel container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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