Force DNN into IE7 Compatability Mode
Last Post 9/20/2011 12:01 PM by Deleted User. 0 Replies.
Author Messages
Deleted User
New Member
New Member
Posts:62


--
9/20/2011 12:01 PM  
Put the one line of code into the head section of the default.aspx file as shown:

<head id="Head" runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Note: Upgrading DNN will very likely remove the code and you will have to put it in again.


---