Indention Help

Anonymous
Not applicable

Indention Help

Hi,

I use the "indent more" and "indent less" buttons to separate and emphasize text in the HTML emails I create; however, when I send a sample to myself, the indention disappears and it blends in with the normal left hand beginning of other text. When previewing in Marketo, it shows the indention but not in my sample test emails.

Has this happened to anyone else or is there an obvious solution I am missing?


Thanks.

4 REPLIES 4
Andy_Varshneya1
Level 9

Re: Indention Help

Can you share the HTML code of the email?

Danielle_Wong
Level 8 - Community Advisor

Re: Indention Help

Hi Megan, you can go into the code of the email by clicking HTML and then in the paragraph tag <p style="....">, paste in

margin-left: 40px

Depending on your other formatting needs, it should look something like: <p style="margin-left: 40px; line-height: normal; padding-left: 60px;">.

Hope this helps.

Anonymous
Not applicable

Re: Indention Help

Good idea to check the css you add for compatibility across email clients...

CSS Support Guide for Email Clients | Campaign Monitor

Looks like outlook.com doesn't support margin-left, although there is a hack...

https://www.emailonacid.com/blog/article/email-development/outlook.com-does-support-margins

A

Anonymous
Not applicable

Re: Indention Help

Outlook has made me cry over code more times than I care to count.