that's right, but i didnt understand the way WP makes it work... I have added this line now and it works:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"></meta>
But in WP sites it's made like this:
<!--[if ie]><meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/><![endif]-->
When I add it like this in the site im working on it doesn't work. Is it because the brackets call a function that's standard in WP? (as you can see im definitely not a programmer)
|