Skip to content

Instantly share code, notes, and snippets.

@jackmccloy
Created April 7, 2016 14:50
Show Gist options
  • Save jackmccloy/2678ca5af63af842f395f280c3ff28ea to your computer and use it in GitHub Desktop.
Save jackmccloy/2678ca5af63af842f395f280c3ff28ea to your computer and use it in GitHub Desktop.
{% load staticfiles %}
<table cellspacing="0" cellpadding="0" class="button-container" style="-ms-text-size-adjust: none;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: none;font-family:'Lato','Lucida Sans','Lucida Sans Unicode','Lucida Grande',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;margin-top: 25px;text-align: left";>
<tr>
<td align="{{ alignment }}" class="button" style="font-size: 18px;color: #ffffff;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;background-color: #2ecc71;display: block;text-align: center;padding-top: 10px;padding-right: 16px;padding-bottom: 10px;padding-left: 16px;" bgcolor="#2ecc71">
<a href="{{ link }}" style="color: #FFFFFF; display: inline-block;font-size: 18px; text-decoration: none">{{ copy }}</a>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment