Stop the compatibility button being show on your website in IE8




Stop the compatibility button being show on your website in IE8
If your website shows the compatibility button when you browse it in IE8 (Internet Explorer 8) then this is how to remove the button.
 
Simply add the below line to the <head></head> section of your website:
  1. <meta http-equiv="X-UA-Compatible" content="IE=8" />  
An example of this is place would be:
  1. <head>  
  2.     <meta http-equiv="X-UA-Compatible" content="IE=8" />  
  3. </head>  
This must be the first meta tag in your code, otherwise it doesn't work.

14 people like this article, click here to say you like this article too (14)
Send a link to this page via email Send a link to this page