General idea is to move red dots outside and use if conditional to
product javascript that show/hide red dot.
<div id="<%inf_page_id%>">
red dots in here
</div>
<reddot:cms>
<if>
<query valuea="<%opt_display%>" operator="!=" valueb="String:yes">
<htmltext>
<script type="text/javascript">
// NOTE you need JQuery to do this
$("#<%inf_page_id%>").hide();
</script>
</htmltext>
</query>
</if>
</reddot:cms>
On Sep 28, 5:45 pm, tiffany portman <
thetiffanyport...@gmail.com>
wrote:
> Thanks Jian, if you have a better solution or an idea that you think might
> work and would share I would be very grateful
>
>
TheTiffanyPort...@gmail.com