where to put <meta http-equiv="X-UA-Compatible" content="IE=8"/>
Last Post 06/20/2013 9:23 AM by Joseph Craig. 1 Replies.
Author Messages
Cam
Posts:99


--
06/20/2013 1:49 AM  
Hi

I need to include this in the header of every page of DNN. How can I do this?

Joseph Craig
DNN MVP
Posts:11667


--
06/20/2013 9:23 AM  
The meta tag needs to be included in the head section of the page.

This blog post shows one way to do it: http://www.dotnetnuke.com/Resources...er-10.aspx

The change should be included in every skin file that you will use.


If you want to do this for every page in every portal of your install, you can directly edit Default.aspx in the root of the website directory to add the meta tag. If you do it this way, remember that it will be overwritten if/when you do a DotNetNuke upgrade.

Joe Craig, Patapsco Research Group
Complete DNN Support


---