Fix bag for ecard editor (Outlook bacground-image)

0 Likes

Fix bag for ecard editor (Outlook bacground-image)

When I create a background image using VML:

<tr>

    <td height="215" style="background: url('image.jpg') no-repeat; background-color: #33598B;">

        <!--[if gte mso 9]>

        <v:rect

            xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:215px;">

            <v:fill type="tile" src="image.jpg" color="#33598B" />

            <v:textbox inset="0,0,0,0">

                <![endif]-->

.............

                <!--[if gte mso 9]>

            </v:textbox>

        </v:rect>

        <![endif]-->

    </td>

</tr>

and try make a few edits in the ecard editor, my code changes and brokes, because symbol ">" changes to "&lt"

<!--[if gte mso 9]> &lt;![endif]--&gt;

It happened after last Marketo relize.

2 Comments
Justin_Cooperm2
Level 10

This was fixed in the Fall release.

kh-lschutte
Community Manager
Status changed to: In Production