Webmastersite.net
Register Log In

Toplist - links in a row

Comments on Toplist - links in a row

babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Oct 04, 2007 - 1:13 AM:

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/
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Oct 04, 2007 - 7:06 PM:

You mean like
<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>
?
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
Posted Oct 04, 2007 - 10:06 PM:

yes [embarassed]
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.