Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
Hi @manojd55574250
Try adding the .outlookfix class all tags.
<!--[if gte mso 9]> <style> .outlookfix{font-size: 0%;line-height: 0;} </style> <![endif]-->
Views
Likes
Replies