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
do you have the code?
Hi Josh, are you referring to the HTML code?
Yes, the HTML / CSS code.
This a CSS problem more than a Marketo one
-Greg
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