Forum Moderators: not2easy
I've got some conditional IE6 statements like this in the <head> of each of my pages:
<!--[if lte IE6]>
<style>
#right a {height1%;}
#center {margin-top:200px;}
</style>
<![endif]-->
Is it possible to include that in my external style sheet? How would the format of the code change, if at all?
Thanks!