IE8 Force Compatibility View

Grentz

Fully [H]
Joined
May 5, 2006
Messages
17,273
So I have a few sites that dont display right in IE8 (yay!), they work fine in earlier IE versions as well as Firefox, Chrome, Opera, Safari with no issues.

In the mean time I found an awesome tag that forces IE8 into compatibility mode for your page without the user have to select it on their end.

Simply put this line at the top of the <head> section on your pages and you should be good to go:

Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 
Back
Top