TIP: Outlook 2013 adds unwanted extra bullet points to a list | Community
Skip to main content
May 15, 2014
Question

TIP: Outlook 2013 adds unwanted extra bullet points to a list

  • May 15, 2014
  • 5 replies
  • 14719 views
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.

<div style="display:none;">&nbsp;</div>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

August 28, 2017

Worked, thank you!

Level 7
August 28, 2017

Thanks for the tip!

Tom Kerlin
Margot_Killoran
Level 2
August 31, 2017

Thanks, this worked for Outlook 2016 too.

Shannon_Rodak1
Level 1
August 28, 2019

Tried this html tip on Office 365 - assuming Outlook 2019 (as we just integrated to using the mailing system in April 2019) and I am still seeing the unwanted bullet point in Outlook for Desktop. Outlook mobile + Outlook Browser render fine. Any newer tips?

Level 2
July 13, 2020

This is awesome, thank you!