internet explorer - HTML email not rendering correctly when Outlook user views in IE browser -
I created a responsive email using conditional statements for Outlook (it is not responsive in Outlook) It looks fine in the clients, but when an Outlook user chooses to view an email in a browser (Outlook Auto opens IE, I have IE10), it seems that 50000% has zoomed in like I have sensitive at all times Email and so on This problem has never experienced. The only difference is that most of the material is dynamically pulled from DB. Does anyone have any idea why this is happening? If this helps, then the functionality and head code from the email are given here:
& Lt; Meta name = "viewport" content = "initial-scale = 1.0; maximum-scale = 1.0; user-scalable = 0" /> & Lt; Title & gt; Untitled & lt; / Title & gt; & Lt ;! - [gte mso 9] & gt; & Lt; Style type = "text / css" & gt; .noOutlook {display: none; } #outlook {display: block;} & lt; / Style & gt; & Lt; [Endif] - & gt; & Lt; / Head & gt;
I'm not sure what was the reason but conditional statement for IE8 and above I was able to determine the width and fix the problem.
Comments
Post a Comment