Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

ACC expression Help for MSO

Avatar

Level 3

When sending an email we have no tags in the HTML content source. But unfortunately, we have space in between tags.  Can we remove the space in between using an expression?

 
Eexted
<!--[if mso]>
<!--[if !mso]>-->
<!--<!endif]-->
<![endif]-->
 
But Currently we have 
<!-- [if mso]>
<!-- [if !mso]> -->
<!-- <!endif] -->
<! [endif] -->
1 Accepted Solution

Avatar

Correct answer by
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]-->

View solution in original post

4 Replies

Avatar

Correct answer by
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

Community Advisor

Hi @manojd55574250 I am not sure if such regex can be written to change only this part of code. It could posible remove space in the whole HTML code where this is not needed and make bigger issue. Regards, Milan