Toplist - links in a row
<table><tr><!-- BEGIN TOPLIST 5 --> <CONFIG>links,hits;rand(),3,descending,type='affil',,,0,0,0,0,0,0,</CONFIG> <td><a href="{LINKDETAILSURL}">{LINKTINYBANNER}</a> </td><!-- END TOPLIST 5 --></tr></table>
This thread is closed, so you cannot post a reply.
Comments on Toplist - links in a row
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I have a toplist of most popular, displaying an image, and I want them in a row. I have the following which only displays 1 link:
<div class="box">
<div class="boxtitle">Most Popular Shops</div>
<div class="boxbody">
<!-- BEGIN TOPLIST 5 -->
<CONFIG>links,hits;rand(),3,descending,type='affil',,,0,0,0,0,0,0,</CONFIG>
<a href="{LINKDETAILSURL}">{LINKTINYBANNER}</a>
<!-- END TOPLIST 5 -->
</div></div>
The LINKTINYBANNER is html script to an image on another site.
http://www.idealchristmasgift.co.uk/
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You mean like ?
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
yes [embarassed]