Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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]-->
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

Level 3
@Milan_Vucetic Can we add expression to workflow to update html source?

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