That code does’t get added to the .htaccess. file. It goes in the HTML <header> area of your site. You can either add this by hooking into the wp_head action, or you can just paste it in the correct area in your themes header.php file.
i realize that :). Let me try that again.
Do you know what the ‘equivilent’ syntax would be in .htacces for the following-> <meta http-equiv=”X-UA-Compatible” content=”IE=Edge” />
OK… I wasn’t quite eexpecting that. 🙂
There’s a lot of information if you do a very quick search for this. Apparently it’s a common problem. (???) I haven’t come accross it before though, so that’s why I didn’t quite get why you were asking.
The best resouce that I found was here:
http://www.validatethis.co.uk/news/fix-bad-value-x-ua-compatible-once-and-for-all/
ya.. i spent many weeks now researching and trying different things.
Got a note back yesterday from one of my reach outs…. this solved the problem. -> https://gist.github.com/nutsandbolts/e354a19f51187215c449
Thank you for your time – v