Skip to main content
December 16, 2014
Question

Landing Page Rendering Different On Different Internet Clients

  • December 16, 2014
  • 3 replies
  • 1106 views

I've created a landing page that renders properly in Chrome, but does not render proerly in IE version 11.0.
 

Does anyone know why this could be happening and what a fix might be?
 

Steve

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

3 replies

Level 4
December 16, 2014
IE is notoriously difficult to work with.  Do you have a link to the landing page to see what exact problems you are experiencing.  Have you tried viewing it with other browsers besides chrome and ie? Did you use marketo's landing page builder or did you build your own?
December 17, 2014
Spacing/rendering problems are generally cross-browser issues related to the absolute positioning that Marketo's landing page WYSIWYG editor employs.

I have run into similar cross-browser spacing problems between Chrome and Firefox.  If you have someone code-savvy on hand, our fix was to apply some browser-specific CSS to our landing page templates, to help correct the rendering discrepancies.

Here's a StackOverflow thread that steps through how to do this for different browsers, including IE and Firefox:
http://stackoverflow.com/questions/952861/targeting-only-firefox-with-css
December 17, 2014
Hi Stephen,
Building a landing page in Marketo is like building a page in a website using HTML and CSS code.
Developpers use to test their page on all browser once created to see how it displays.
I tend to agree with John above, IE is the worst one for rendering.
Michael