If you are using IE8 to browse your
DotNetNuke portals, you may experience some problems with
Internet Explorer 8 layout of website. This is a known issue since new enhancements introduced in
Internet Explorer 8, those are expected. Sometimes you need to click compatibility mode button at left side of address bar. However, most of IE 8 users won't be familiar with this workaround.
How about forcing
Internet Explorer 8 to display website with
compatibility mode by default?
You can use following code to handle this:
<head id="Head" runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
Note that, you can also use this meta tag to optimize your non-dnn websites.
You can read Turkish translation of this article by following the link below:
Internet Explorer 8'de Uyumluluk Görünümünü Websiteniz İçin Varsayılan Yapmak