When using Content Blocks to display bullet points on an email template, there are some instances where additional blank bullet points will display when the email is view in Outlook..
This is due to Outlook automatically changing the Email HTML to make it compatible with Microsoft Word. When Outlook adds its word markup, it continues the bullet points out in an extra line. Adding the code below after the bullet points in the HTML in the Custom Block will fix the problem so Outlook does not display an extra bullet point.
<div style="display:none;"> </div>
Example of the extra bullet point as viewed in Outlook:
What the HTML should look like when added to the Custom Block through the editor in Source mode:
Comments
0 comments
Please sign in to leave a comment.