Components¶
Common components you'll need for your emails.
Block¶
<table style="border-collapse: collapse; max-width: 640px; width: 100%;" width="100%">
<tr>
<td>
</td>
</tr>
</table>
Button¶
<a class="btn" href="#" style="background: #ff0000; border-radius: 2px; color: #ffffff; display: inline-block; padding: 8px 20px; text-decoration: none;">
button
</a>
Image¶
<img height="360" src="" style="height: auto; max-width: 100%;" width="640">
Link¶
<a href="#" style="color: #212121; text-decoration: underline; text-decoration-color: #ff0000;">
link
</a>
Row¶
<tr>
<td>
</td>
</tr>
Spacing¶
<tr>
<td style="height: 20px;"> </td>
</tr>