Issue
Outlook automatically changes the Email HTML to make it compatible with Microsoft Word.
Outlook adds Word markup, which causes the bullet points to display on an extra line.
To fix the problem, insert the following code after the bullet points in the HTML in the Custom Block.
Code snippet:
<div style="display:none;"> </div>
An image illustrates the extra bullet point as viewed in Outlook. An example of the extra bullet point as viewed in Outlook is shown below.
HTML changes to apply
What the HTML should look like when added to the Custom Block through the editor in Source mode:
<div style="display:none;"> </div>
Related articles
- Special Characters on Content Block and Display Rules
- Web Page 5 (Event Website) - Agenda
- Scheduling Emails Guide
- Dynamic Emails Guide