apologies, that is just a mistake in this example.

On May 10, 1:49 pm, shandlon <[email protected]> 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 <[email protected]> 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 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