Skip to content

Instantly share code, notes, and snippets.

@vouchful
Last active December 31, 2019 19:17
Show Gist options
  • Save vouchful/8253fe3181c595419ebfda84abfc1dfb to your computer and use it in GitHub Desktop.
Save vouchful/8253fe3181c595419ebfda84abfc1dfb to your computer and use it in GitHub Desktop.
Email Kit > Guidelines > Layouts: Table columns
<!-- 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