iWebPress iWebPress: User Guide

4.3.3. Dynamic Lists With Two Elements
Original HTML
Displayed HTML
%sectionLink(SL)% %sectionName(SL)%
%sectionLink(EL)% %sectionName(EL)%
/Front+Page Front Page
/Community+News Community News
/Sports Sports
/Technology Technology
/Science Science
/Entertainment Entertainment
/World+News World News
/Arts Arts
Note: This example illustrates that lists can contain several data elements. For example, this would be used to provide links to sections. However in this example we simply printed the data in a table (so it would be visible). Should you actually want to put this data in a link element, you'd use something like following code:

<a href="%sectionLink(SL)%">%sectionName(SL)%</a> <br />
<a href="%sectionLink(EL)%">%sectionName(EL)%</a>