JF
0
Rendering Issue with Outlook 2013 120 dpi
Hi,
Does anyone else have the same rendering issue with Outlook 2013 120 dpi?
I have placed this code:
<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]-->
It was working in the beginning, but recently it has zoomed all content making it break in Outlook 2013 120 dpi again.
Can anybody help me solve this issue??
Many thanks in return!
Same here :(
Made a very simple test and Litmus (Outlook 2013 120 DPI) still shows enlarged image.
<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 charset="utf-8">
<title>Untitled Document</title>
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96/o:PixelsPerInch
/o:OfficeDocumentSettings
</xml><![endif]-->
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="650" height="200" style="width: 650px;height: 200px;">
<img src="https://dummyimage.com/650x200/000/fff" width="650" height="200" border="0" style="display: block;">
</td>
</tr>
</table>
</body>
</html>
Hi!
I can see that you have some "<" missing.
See if that helps?
Robert,
Seems like Litmus removed some "<" here, didn't know how to change it to code so I pasted my html directly to the comment box and Litmus removed some "<" and made it clickable. I used the correct code and my image stays 125%.
Hi Jordan,
Can you please provide me HTML source code, so might be I will help you.
Waiting for a reply.
Thanks
Kevin
I've always used the snippet of code you've supplied in conjunction with converting all table and td widths to pixels via a width declaration in a style tag.
I find image widths are fine as is, no matter the way you declare them.
I build emails with css widths on tables and tds full stop now and I haven't had an issue in like a year