Question
TIP: Outlook 2013 adds unwanted extra bullet points to a list
When rendering an email, Outlook 2013 often adds an extra bullet point on a bullet point list - does not look pretty! This tip may help.
Edit the email content in html mode and add the following line of code after the closing </ul> tag of the bullet point list.
Edit the email content in html mode and add the following line of code after the closing </ul> tag of the bullet point list.
<div style="display:none;"> </div>