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.
Views
Replies
Total Likes
Try adding the .outlookfix class all tags.
<!--[if gte mso 9]>
<style>
.outlookfix{font-size: 0%;line-height: 0;}
</style>
<![endif]-->Views
Replies
Total Likes
Views
Replies
Total Likes