コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
Level 10

Hi @manojd55574250

Try adding the .outlookfix class all tags.

<!--[if gte mso 9]>       
<style>
.outlookfix{font-size: 0%;line-height: 0;}
</style>
<![endif]-->

元の投稿で解決策を見る

4 返信

Avatar

正解者
Level 10

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

Administrator
Hi @Milan_Vucetic, Could you please help @manojd55574250 further? Thanks!


Sukrity Wadhwa

Avatar

Level 10

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