Hi - I want to include the following CCS hack in the header of my pages:
Because I have "Compact html/cgi" selected, Actinic appears to treat this as a comment and removes it.
If I remove the comments the text is displayed in non-IE6 browsers.
Is there a way I can get this to load up in my Actinic pages to work as required?
<!--[if IE 6]>
<style type="text/css">
#container {
height: 100%;
}
</style>
<![endif]-->
<style type="text/css">
#container {
height: 100%;
}
</style>
<![endif]-->
If I remove the comments the text is displayed in non-IE6 browsers.
Is there a way I can get this to load up in my Actinic pages to work as required?
Comment