Re: Bullet Alignment Issue with Outlook

Parfitt_David
Level 3

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.

pastedImage_2.png

Thank you!
Dave

4 REPLIES 4
Harish_Gupta6
Level 8

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
Josh_Hill13
Level 10 - Champion Alumni

do you have the code?

Parfitt_David
Level 3

Hi Josh, are you referring to the HTML code?

Grégoire_Miche2
Level 10

Yes, the HTML / CSS code.

This a CSS problem more than a Marketo one

-Greg