Skip to content

Instantly share code, notes, and snippets.

@Pebblo
Created September 3, 2015 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pebblo/d777ac036706d56729ea to your computer and use it in GitHub Desktop.
Save Pebblo/d777ac036706d56729ea to your computer and use it in GitHub Desktop.
Example minimal HTML used within registration context
<table class="head-wrap" bgcolor="#999999">
<tbody>
<tr>
<td></td>
<td class="header container">
<div class="content">
<table bgcolor="#999999">
<tbody>
<tr>
<td>[CO_LOGO]</td>
<td align="right">
<h6 class="collapse">[COMPANY]</h6>
</td>
</tr>
</tbody>
</table>
</div></td>
<td></td>
</tr>
</tbody>
</table>
<table class="body-wrap">
<tbody>
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">
<div class="content">
<table>
<tbody>
<tr>
<td>
<h2>Hello, [RECIPIENT_FNAME]:</h2>
<p class="lead">Testing a simple table within the Registrant context.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div></div></td>
<td></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment