The html comment is this;
Code: Select all
<!--[if lte IE 6]><link href="ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE]><style>h3.blogMeta { padding-bottom: 10px; }</style><![endif]-->
I've tested this withnew themes, and old themes and I get the same result every time. Strangely enough regular html comments don't cause the problem, only the comments for versions of IE. Am I doing something wrong or is this a bug?