smarty tags and css condition tags are the same,what is the solution?

Posted by hd on Stack Overflow See other posts from Stack Overflow or by hd
Published on 2010-05-03T22:33:12Z Indexed on 2010/05/03 22:38 UTC
Read the original article Hit count: 172

hi i want to design a theme for postnuke cms.

and want to use css condition in the template files.

postnuke use smarty tag like

<!--[if $n eq ''] -->....<!--[/if]-->

so when i use

<!--[if lt IE 7]>....<![endif]-->

it gives some errors about tags. what can i do?

© Stack Overflow or respective owner

Related posts about style.css-template-file

Related posts about smarty