I've created a fluid layout responsive email that relies on some conditional comments to function properly in several versions of Outlook.
Like this:
<!--[if (gte mso 9)|(IE)]> <table valign="top"width="600" align="center" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td valign="top"> <![endif]-->
I've done extensive Litmus testing on the HTML itself, and it seems to work fine.
The problem is that when I create a Marketo template and then in turn use that template to create an email, all my comments get srtipped out, breaking the layout in Outlook.
Looks like the conditional comments are saved in the template and don't get stripped out until the email creation.
Is there a way to prevent this from happening?
Thanks in advance for any help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.