Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Level 10

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]>