Last active
December 31, 2019 19:17
-
-
Save vouchful/8253fe3181c595419ebfda84abfc1dfb to your computer and use it in GitHub Desktop.
Email Kit > Guidelines > Layouts: Table columns
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
<!-- Start Two Column Layout --> | |
<tr> | |
<td> | |
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tbody> | |
<tr> | |
<td align="left" valign="top" width="255"> | |
<!-- Left Column --> | |
</td> | |
<td width="24"> | |
<!-- Column Gutter --> | |
</td> | |
<td align="left" valign="top" width="255"> | |
<!-- Right Column --> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
<!-- End Two Column Layout--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment