AEM to ACC integration outlook MSO tags | Community
Skip to main content
Level 2
November 13, 2020
Question

AEM to ACC integration outlook MSO tags

  • November 13, 2020
  • 1 reply
  • 1749 views

When adding mso tags in aem component and publish page to ACC. MSO tags don't work

 

Expected <!--[if mso]>

But its rendering <!-- [if mso]>

 

It's getting the HTML source of the component but its adding space in between. 

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

1 reply

Milan_Vucetic
Level 9
November 15, 2020

Hi @mdevapathni 

Try adding the .outlookfix class all tags.

<!--[if gte mso 9]>       
<style>
.outlookfix{font-size: 0%;line-height: 0;}
</style>
<![endif]-->
Level 2
November 18, 2020
The issue is not with style. i am looking for expression to remove space in between <!-- [if mso]>