Hi everyone, I want to ask if you know some tools for testing website in IE Compatibility view? I am using IE tester but I believe because of my scripts in my website it always prompt me an error running scripts. And so giving me a hard time check the view of my site in IE. Thanks.
You should place this as the first tag inside of <head>
.
<meta content="IE=edge" http-equiv="X-UA-Compatible">
That will force users out of compatibility mode and render like normal.
You should try to avoid users being in compatibility mode.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.