We’re having an issue with email rendering on Outlook 2013 (125% dpi) wherein the images stray from the set boundaries of the parent table. Upon further inspection, we’ve noticed that Marketo appears to be removing the header markup necessary for correct image scaling in Outlook at 125%dpi. I’ve attached screenshots of the code from before and after sending through Marketo.
Is there a way to stop Marketo from removing that code, or another workaround to adding it?
Pre Marketo code -
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Post-Marketo code -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Any help would be much appreciated.
Solved! Go to Solution.
We will be releasing this feature with a patch outside of our normal release schedule and I want to explain how it will work. The items will be applied to our production code tonight (10/13) and will be available for activation starting tomorrow. It will not be turned on automatically for all customers. We will, however, enable the feature on an ad-hoc basis for those that are interested. If you would like this feature enabled, please email me atjcooperman@marketo.com and tell me the Munchkin ID of your subscription.
While this functionality has been thoroughly tested, we won't be enabling this for all customers for 1-2 months. It is a large change and it is important that you understand (and communicate to your team) the behavior before choosing to enable this.
With this feature enabled, you will see the following behavior:
Please Note:
Again, please reach out directly if you'd like this enabled starting tomorrow (10/14) for your subscription. We will roll this out to all customers shortly after.
Thanks,
Justin
Have you reached out to Marketo about this?
We have, but they don't have an answer for us yet. I thought perhaps the community might have some experience with similar issues.
is this still the case where Marketo strips out this code. Can anyone confirm?
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
Kinda need this for background images to display in Outlook. without it this system is 3 years behind the times?
Marketo couldn't find an answer for us, so the issue still stands. If you figure it out, please share!
Jackie - I just came across your post today. FYI, we're experiencing the same issues:
DISCUSSION: Marketo is rewriting/omitting a significant amount of code in our responsive emails withint he HEAD ...
We were originally told that this would be fixed in June, then August, and now the earliest is October. Unfortunately, we cannot wait that long and therefore need to identify alternative solutions - like knak. A bit frustrated though that we would have to pay for a solution that should be capable within Marketo (where we have a huge portion of our budget).
I just did some thorough testing of customizable, responsive template services and have found that even these don't render properly when a user's Windows environment is set to 125% or 150% (we're finding most users have their scaling set to 125% on newer laptops due to the extremely high resolutions on a 12-14" display). Here are the tests with a simple 2-column template from Knak (Pierce Ujjainwalla) - the one at 100% is how it should look across all three settings) - notice how the width expands beyond the desired 640px width, making the top banner look smaller and the right column area to extend beyond the width that was initially set for the right column. Again, this is a fairly basic layout. More complex layouts look even worse.
I don't think any service/design will be able to develop consistently-rendered, responsive emails/templates until Marketo stops stripping out the highlighted code below that's needed (within the <HTML> tag in the top portion of the HTML file - just after the DOCTYPE and above the <HEAD>) for these to render appropriately across all Windows scaling environments. Fortunately, Marketo is working on this and it should be fixed with the October release (that's the latest I heard).
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
BTW, when testing our responsive templates in Campaign Monitor - where the two xmlns lines of code were left intact - the rendering of our emails was consistent across all three Windows scaling options (100%, 125%, and 150%).
Thanks for all the legwork on this issue Dan, lloking forward to a resolution from Marketo.
Any fix for this yet?