• Hi, Thanks in advance to anyone who can offer some advice.

    My wordpress site http://www.modgirlmarketing.com will not work properly in internet explorer.. none of the versions will load properly.

    Can you please take a look and let me know what I should do? the theme is custom.

    Thanks so much ,I really appreciate it!

    -Mandy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mandy,

    I don’t have access to our testing apis at home to check it on versions lower than 9, which is loading properly for me on w7 pro. My favorite code snippet recently was taken from google’s homepage a couple months ago to force off compatibility mode in IE8:
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    That said, check out litmus, their service offers a nice first check against the modern browsers, and their api is very easy to work with for local or more detailed testing.

    Also, you show some validation errors. IE, especially older versions, can be quite picky about them: Invalid Markup

    validate your website html for IE you need to specify version of html and doc type which is not in your head section use. it will work fine

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WILL NOT WORK in internet explorer. Please Help!’ is closed to new replies.