Use this in your template:
<%TEMPLATE
NAME Default
HTML <td width="150" align="center"><a href="##Out_URL##" class="blue" target="_blank">##Banner##</a><a href="##Out_URL##" class="blue" target="_blank">##Title##</a></td>
%>
<table align="center" border="0" cellpadding="4" cellspacing="0">
<tr>
<%MEMBERS
RANKS 1-25
HTML Default
BANNER <img src="##Banner_URL##" border="0"##Height_Width##><br />
INSERT
{
LOCATION +5
HTML </tr><tr>
}
%>
</tr>
</table>
This will give you 5 rows with a total of 25 for each page just like those sites.
Of course implement this with your design.
|