[ic] How to not parse a section of a page

Marty Tennison marty at dripdepot.com
Fri Feb 27 17:12:06 UTC 2009


Ton Verhagen wrote:
> Hi All,
>
> I am wondering if there would be an easy way to have html code similar  
> as below on a page and leave it untouched by Interchange so the [if IE  
> xx] etc won't get interpolated.
>
>
> <!--[if IE 6]>
>      <style type="text/css">@import url(path/to/style/ie6.css);</style>
> <![endif]-->
>
> <!--[if IE 7]>
>      <style type="text/css">@import url(path/to/style/ie7.css);</style>
> <![endif]-->
>
>
> Would there be something like
>
> 	[do-not-parse]
> 		.... html
> 	[/do-not-parse]
>
> available in Interchange?
>
>
> Thanks,
>
> Ton
>   
Hi Ton,

Maybe something like this...

[comment]

<!--[if IE 6]>
     <style type="text/css">@import url(path/to/style/ie6.css);</style>
<![endif]-->

[/comment]

Or maybe use the

Pragma  no_html_comment_embed

pragma to stop interchange from parsing html comments?

-- 
-  - -- ----  ---------------------------- --- -- -   -
Marty Tennison                     DripDepot.com
email: marty at dripdepot.com
web: www.dripdepot.com
phone: +1-888-525-8874 x102
fax: +1-866-686-6719
-  -- --- --------------------------------------- --- --




More information about the interchange-users mailing list