Question
DPI Scaling in Outlook 2007-2013
I'm trying to fix this problem that is happening to our emails based around DPI scaling in Outlook on Windows machines running the latest OS 8.1
Windows machines with high resolution screens are scalling the text and the email at different % and causing the email design/artwork to look tiny and the text to quite large.
The solution is in this link https://litmus.com/community/discussions/151-mystery-solved-dpi-scaling-in-outlook-2007-2013
BUT, there's a part of the solution which is to add this to the code to header. However when I recieve the test email sent though Marketo it looks like its been stripped out. Is there a way of preventing this being removed?
Windows machines with high resolution screens are scalling the text and the email at different % and causing the email design/artwork to look tiny and the text to quite large.
The solution is in this link https://litmus.com/community/discussions/151-mystery-solved-dpi-scaling-in-outlook-2007-2013
BUT, there's a part of the solution which is to add this to the code to header. However when I recieve the test email sent though Marketo it looks like its been stripped out. Is there a way of preventing this being removed?
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"><head><!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><![endif]--></head>