Snippets

CSS Opacity <style>    .transparent:hover {    -khtml-opacity: 0.75;    -moz-opacity: 0.75;    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=75);    filter: alpha(opacity=75);    opacity: 0.75;    zoom: 1

Read more

Hidden preheader text

<div style="display: none; visibility: hidden; mso-hide: all; opacity: 0; color: transparent; height: 0; width: 0; line-height: 0; overflow: hidden;"> PREHEADER TEXT GOES HERE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

Read more

Buttons

Button <table border="0" width="600" cellspacing="0" cellpadding="0" align="center"> <tbody> <tr> <td style="font-size: 15px; line-height: 15px;" height="15"></td> </tr> <tr> <td> <table style="background-color: #019b5f; border: 10px solid #019b5f;

Read more

Email-safe fonts

 font-family: Arial, Helvetica, sans-serif;  font-family: Georgia, serif;  font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;  font-family: ‘Times New Roman’, Times, serif;  font-family: ‘Arial Black’, Gadget, sans-serif;

Read more