manojd55574250
12-11-2020
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.
Milan_Vucetic
MVP
15-11-2020
Hi @manojd55574250
Try adding the .outlookfix class all tags.
<!--[if gte mso 9]> <style> .outlookfix{font-size: 0%;line-height: 0;} </style> <![endif]-->