Hi,
Got a problem with Actinic (8.5.1) removing the conditional comments in place to make my css work in ie6, ie:
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->
This bit of code is removed from the recompiled HTML.
Anyone able to suggest a work around?
Cheers,
Dave
Got a problem with Actinic (8.5.1) removing the conditional comments in place to make my css work in ie6, ie:
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->
This bit of code is removed from the recompiled HTML.
Anyone able to suggest a work around?
Cheers,
Dave
Comment