Hi,

Please keep in mind that my answer is based on the provided code (There 
might be better ways to achieve what you are trying to do if more 
information is known)

You can have 2 content classes

<ul>
      <%con_items%>
</ul>



<li>
       <a href="<%anc_item%>"><%hdl_title%></a>
       <!IoRangeConditional>
       <ul>
              <%con_sub_items%>
       </ul>
       </!IoRangeConditional>
</li>


On Thursday, May 10, 2012 9:49:39 AM UTC-4, THRD wrote:
>
> Is there another possible solution for getting the desired result here 
> Jian? 
>
> Thanks, 
>
> On May 10, 2:42 pm, Jian Huang <jhuangsoftw...@gmail.com> wrote: 
> > Hi, 
> > 
> > list blockmark cannot be nested within another list blockmark 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Thursday, May 10, 2012 8:49:50 AM UTC-4, shandlon wrote: 
> > 
> > > You opening <ul> is outside the <ioRangelist> and you closing </ul> 
> > > inside the <ioRangelist>. not sure that is causing the list to not 
> > > repeat thoguh. 
> > 
> > > On May 10, 8:32 am, THRD <timhorwo...@gmail.com> wrote: 
> > > > I currently have an issue where I am running a IoRangeList to loop 
> > > > through <li> elements within a <ul> which worked fine. However when 
> I 
> > > > try to add another IoRangeList nested within one of the <li> 
> elements 
> > > > the outer list only runs once. 
> > > > The effect I am trying to create is: 
> > 
> > > > <ul> 
> > > > <!IoRangeList><%lst_one%> 
> > > >     <li></li> 
> > > >     <li></li> 
> > > >     <li> 
> > > >         <ul> 
> > > >              <!IoRangeList><%lst_two%> 
> > > >                       <li></li> 
> > > >                       <li></li> 
> > > >              <!/IoRangeList> 
> > > >         </ul> 
> > > >     </li> 
> > > > </ul> 
> > > > <!/IoRangeList> 
> > 
> > > > I am trying to work out why the initial list now only loops once but 
> > > > can't get my head around it. If anyone can help that would be great! 
> > 
> > > > Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/reddot-cms-users/-/NZ1u1KjQMq8J.
To post to this group, send email to reddot-cms-users@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to