Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other X-UA-Compatible is set to IE=edge, but still not working in compatibility view

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #175218
    gowda24
    Participant

    I have included the <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> in the php code. The project is deployed in Apache server which forces to open in compatibility mode.

    The included meta tag not forcing to open in the latest IE version mode.

    #175223
    Senff
    Participant

    Can you show us a link so we can see what might be wrong or what other code may be getting in the way? Just saying that it’s “not working” doesn’t give us much to work with.

    #175247
    shaneisme
    Participant

    The most common mistake is to place it after the rendering engine has already started.

    If you place it at the very top of the <head> you shouldn’t have that problem.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.