It's as if my brain is going in circles. I'm attempting to utilize a conditional stylesheet specifically for IE6. You can see the test page here. This snippet of code was placed within the head tags:
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->
When viewed in IE6, the ie6.css file is supposed to change the body background color to red.
But what am I missing? There must be some silly mistake that I'm overlooking. Could someone kindly help point it out to me?