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?
Solved! Go to Solution.
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]-->
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
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies