Bullet Alignment Issue with Outlook | Community
Skip to main content
Parfitt_David
Level 3
June 26, 2017
Question

Bullet Alignment Issue with Outlook

  • June 26, 2017
  • 2 replies
  • 2725 views

Can anyone give me some advice on how to correct this bullet formatting issue? I do not have any issues with this rendering on other devices or platforms, except Outlook. Bullets are beautifully aligned on my mobile (Apple Mail) device, for example.

Thank you!
Dave

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

2 replies

Josh_Hill13
Level 10
June 26, 2017

do you have the code?

Parfitt_David
Level 3
June 27, 2017

Hi Josh, are you referring to the HTML code?

Grégoire_Miche2
Level 10
June 27, 2017

Yes, the HTML / CSS code.

This a CSS problem more than a Marketo one

-Greg

Harish_Gupta6
Level 6
June 29, 2017

Hi David,

As Josh and Greg said, please share the html code section so we can help you.

Also, for outlook fix, you can use the below code with styles you want:

<!--[if (mso)|(IE)]>

                

                 < ul style="padding-bottom:5px">

</ul>

                 <![endif]-->

This code will work only for Outlook.

Thanks

Harish Gupta