Easy way to change the preview line of an email

18 April 2018 12:23

Your emails will normally display the first line of text in the inboxes of your supporters – but with one simple piece of HTML you can change this to be any text you want. Just copy and paste the below into your HTML editor, before the start of the email:


<p style="display:none !important;line-height:0;font-size:0;margin:0px;padding:0px;mso-hide:all !important;">Here is a snippet to show up in your email preview, but not in the body of the email itself.</p>
<p>Hello [[first_name]], here is the actual content of your email.</p>

Comments

There are currently no comments.