Site Studio Internet Explorer Document Compatibility Mode <meta> tags Not Working :o(
Hi,
It should be possible to force Internet Explorer Document Compatibility by using the follow Meta Tag in the pages <head> section...
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
The above tag should force the page to render in IE8 Mode even if the user has selected Compatibility View in IE8 this option should be greyed out in the tools menu.
I think the problem may be that the placement of this tag is critical in that it needs to appear directly after the<head> tag but SS does not allow you to that as scripts are being inserted by <!--$include ss_layout_head_info-->...
0