Skip to content

Instantly share code, notes, and snippets.

@marcus-at-localhost
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save marcus-at-localhost/73788cd9b63687563065 to your computer and use it in GitHub Desktop.

Select an option

Save marcus-at-localhost/73788cd9b63687563065 to your computer and use it in GitHub Desktop.
Jade/HTML Beispiel
table.button
tr
td(mc:edit="btn_call_to_action2")
a(href='#') Call To Action Button 2
<table class="button">
<tr>
<td mc:edit="btn_call_to_action2">
<a href="#">Call To Action Button 2</a>
</td>
</tr>
</table>
<table class="button" style="border-spacing: 0; border-collapse: collapse; padding: 0; vertical-align: top; text-align: left; overflow: hidden;">
<tr style="padding: 0; vertical-align: top; text-align: left;">
<td mc:edit="btn_call_to_action2" style="font-family: 'Helvetica', 'Arial', sans-serif; word-break: break-word; -moz-hyphens: auto; hyphens: auto; font-size: 14px; line-height: 19px; vertical-align: top; margin: 0; font-weight: normal; -webkit-hyphens: auto; color: #ffffff; text-align: center; padding: 8px 10px; display: block; background: #e20613; border: 1px solid #e20613; border-collapse: collapse; width: auto;">
<a href="#" style="text-decoration: none; font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #ffffff;">Call To Action Button 2</a>
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment