I've got a good ole if/else render tag setup that is SUPPOSED to show
a block of "reddots" if opt_display is "yes". But I can't get any
reddots to show at all..help!
<reddot:cms>
<if>
<query valuea="<%opt_display%>" operator="=="
valueb="String:yes">
( ( also tried: <query
valuea="Context:CurrentPage.Elements.GetElement(opt_display).Value"
operator="==" valueb="String:yes"> ))
<htmltext>
whole bunch of reddots live here
</htmltext>
</query>
<query type="else">
<htmltext>
no reddots live here
</htmltext>
</query>
</if>
</reddot:cms>
--
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.