Landing pages looks odd in Internet Explorer | Community
Skip to main content
October 4, 2016
Question

Landing pages looks odd in Internet Explorer

  • October 4, 2016
  • 2 replies
  • 3000 views

Hi community,

I've come across the following issue several times on the community, but haven't seen a very recent post:

Our Marketo landing pages look fine in all browsers (Chrome, Firefox et cetera), except for Internet Explorer.

I am using the latest version, IE 11.

e.g. take a look at one of our webinar pages:

Webinar: Internet of Things—Opportunities and Challenges for CRE and FM

Have more of you Marketo users recently dealt with this issue?

Is this something we can easily fix?

Thanks in advance for your response.

Regards,

Willem

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

October 5, 2016

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.

October 6, 2016

Thanks for your response Michael.

Perhaps it has to do with the a specific version of IE we are using. As far as I am concerned it is the latest update: 11.0.9600.18450.

This is how it is looking when I open IE:

I am glad to hear it apparently does not apply to all web users.

Ronen-Was-SRpro
Level 5
October 6, 2016

Hi,

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).

Ronen Wasserman
October 6, 2016

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">
Eric_Heitz1
Level 2
February 10, 2017

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.