Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.

AEM to ACC integration outlook MSO tags

Avatar

Level 3

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. 

2 Replies

Avatar

Community Advisor

Hi @manojd55574250 

Try adding the .outlookfix class all tags.

<!--[if gte mso 9]>       
<style>
.outlookfix{font-size: 0%;line-height: 0;}
</style>
<![endif]-->

Avatar

Level 3
The issue is not with style. i am looking for expression to remove space in between <!-- [if mso]>