Hi,
Actinic is throwing up an error when I place conditional comments around our pages html tag, in fact it does it if i place them around any tag.
It seems to believe the tag is nolonger being opened and closed correctly.
The conditional statements are as follows:
They essentialy let you detect IE 6-8 and add styles to target them.
Is their a way of stopping the error:
"Opening and closing HTML comment signs are not matching on the page"
or another way around would be great.
Guy
Actinic is throwing up an error when I place conditional comments around our pages html tag, in fact it does it if i place them around any tag.
It seems to believe the tag is nolonger being opened and closed correctly.
The conditional statements are as follows:
HTML Code:
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
Is their a way of stopping the error:
"Opening and closing HTML comment signs are not matching on the page"
or another way around would be great.
Guy
Comment