home / software / tips and tricks / How to block Internet explorer to display the content in Compatibility mode?

How to block Internet explorer to display the content in Compatibility mode?

Updated:  01/27/2014 12:01 PM
Author:  Shiju Mathews

Status:    Resolved.


Most of the modern website fails the look and feel, when it is displaying in Compatibility mode in Internet Explorer browser.

To eliminate this issue add the following code just after the <head> tag.

<meta http-equiv="X-UA-Compatible" content="IE=edge" />


This will force the browser to display the content in standard mode.
Tags: How to block Internet explorer to display the content in Compatibility mode?
Updated on: April 2024