I'm having some difficulty getting a page to render the way I want.
The main page consists of a list element containing pages with an image and 
some text.

I'm trying to render the image and text of each page within the list 
element within their own div on the main page, and also generate an 
unordered list that contains links to each div. 
So far, both are coming up empty.

Here's the markup I'm using on the main page content class:

<div id="tab-container">
 <ul class="tabs">
  <!IoRangeList><li><a href="#<%inf_pgItemID%>"><%inf_pgItemID%></a></li><
!/IoRangeList>
 </ul>

<div class="tabs-panel">
 <!IoRangeList><div id="<%inf_pgItemID%>">
  <h4><%inf_pgItemID%></h4>
   <p><%img_pgItem%></p>
      <%txt_pgItem%>
 </div><!/IoRangeList>
</div>

</div>

I appreciate any guidance

-- 
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/-/SkLV-UBocHoJ.
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