Using WP 2.9.2
Conditional Tags don't seem to be working in a template I am creating.
This is the code in the head section:
<!--[if IE]><link rel="stylesheet" type="text/css" href="styleIE.css" /><![endif]-->
When I view source from IE8 I see:
<!--[if IE]><link rel="stylesheet" type="text/css" href="styleIE.css" /><![endif]-->
Shouldn't the conditional tags be gone?
What am I doing wrong? Do you have to do something else for this to work in WordPress?