Hi,
I have some css conditional comments in the header, but they are removed when I upload. Is it possible to turn this off?
<!--[if !IE]>
<style>
#header { background-image:url('images/header.png');}
</style>
<![endif]-->
Thanks,
Steve
I have some css conditional comments in the header, but they are removed when I upload. Is it possible to turn this off?
<!--[if !IE]>
<style>
#header { background-image:url('images/header.png');}
</style>
<![endif]-->
Thanks,
Steve
Comment