< !--[if IE]> code insert


Here’s a little tip to give IE users a warning that they’re using a outdated browser and that they should switch to a better browser. I’ve had this on RV2 [blog] for a while and figured that it’d be helpful tip for benefitting the internet world.
<!--[if IE]>[html code of what you want to be displayed to an IE user]<![endif]-->
The code in between the <!--[if IE]> and <![endif]--> tags only is rendered on IE browsers, so only IE users will see it. Right now, I have a K2-inspired bar above the blog content urging IE users to check out Browse Happy for an alternative browser.


