-
Re: Landing pages looks odd in Internet Explorer
f94f62325dbb3d75e40e91bbfeb68822c6cbcc55 Oct 5, 2016 4:30 PM (in response to Willem Roosjen)Could you elaborate on "looks odd" (maybe prove a screencap). Maybe it's good news, but it looks the same to me in both IE and chrome.
-
-
Re: Landing pages looks odd in Internet Explorer
Ronen Wasserman Oct 6, 2016 2:28 AM (in response to Willem Roosjen)2 of 2 people found this helpfulHi,
I also checked the web page and it looks the same, and I'm using the same version as you.
It might be a problem in your "Document Mode" of IE. Press F12 to enter it, and check if it's set for your IE version (On the right side of the bar).
-
Re: Landing pages looks odd in Internet Explorer
Willem Roosjen Oct 6, 2016 2:38 AM (in response to Ronen Wasserman)Hi Ronen,
Thanks a lot!
That was exactly the case. It was still set on IE7.
Everything looks fine now.
-
-
-
-
Re: Landing pages looks odd in Internet Explorer
f94f62325dbb3d75e40e91bbfeb68822c6cbcc55 Oct 6, 2016 8:38 AM (in response to Willem Roosjen)We've had some issues internally with IE displaying pages in "compatibility mode" which causes visual issues. YOu can always add this into your page code to force browsers to render int he newest version of IE:
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> -
Re: Landing pages looks odd in Internet Explorer
Eric Heitz Feb 10, 2017 2:17 PM (in response to f94f62325dbb3d75e40e91bbfeb68822c6cbcc55)Michael,
This does not seem to be working for me, even with the meta tag right after the <head> tag. Marketo is adding all the JS, muchkin code and form prefill, before it. Would love to force it before everything to test.
My internal folks don't understand why they have to change their compatibility settings in IE11.
-