jackrabbit-d
10/18/2017 - 1:26 PM

Prevent Random Bullets - Outlook 2016

There's a bug in Outlook 2016 that renders additional bullets after

    (and probably
      too), but it renders in the next containing element. Here's how to fix...

<ul>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ul>

<div style="display:none;">&nbsp;</div> 
<!-- add the above line either after the list, or just before the list's container ends -->