Hi

Iam working  on Breadcrumbs using Render Tags, they are displaying
fine, but my requirement is I want to hide them for certain pages so
in my Master Page I have written the following code

<reddot:cms>
<if>
<query valuea="<%!! Context:CurrentPage.Id !!%>" operator="!="
valueb="String:(the page GUID">
<htmltext>
<ul>
<%!! Navigation:OutputArea(BreadCrumb, Bool:True) !!%>
</ul>
</htmltext>
</query>
</if>
</reddot:cms>
 but it is not displaying, the breadcrumbs now,

Thanks in advance
Sharon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to