Hi & a little help with toplist

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
sponsorchat
Posts: 20
Joined: Sat Oct 20, 2018 11:51 am
Contact:

Hi & a little help with toplist

Post by sponsorchat »

Hi guys, Dave here from https://www.sponsorchat.com just setup TE seems rather nice, my designer is out till tomorrow so wanted to see if anyone can help me redo the way the toplist is presented on a page, I have it as 1 column with 10 results going down.

I want to present it as 5 columns across the page and 2 rows.


1 2 3 4 5
6 7 8 9 10

Much appreciate the help if you get a chance to look at it.

Testing it out before I launch it tomorrow for trades.


Here is a screen shot of the toplist template I have in the admin.

Code: Select all

<table border="1" style="width:300px">

  <tr>
    <th>REFERRERS</th>

  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:1##">##name:1##</a></td>
  
  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:2##">##name:2##</a></td>
  
  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:3##">##name:3##</a></td>

  </tr>

  <tr>
    <td><a href="/x/out.php?id=##domain:4##">##name:4##</a></td>
  
  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:5##">##name:5##</a></td>
  
  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:6##">##name:6##</a></td>

</tr>

  <tr>
    <td><a href="/x/out.php?id=##domain:7##">##name:7##</a></td>
  
  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:8##">##name:8##</a></td>
  
  </tr>
  <tr>
    <td><a href="/x/out.php?id=##domain:9##">##name:9##</a></td>
</tr>

  <tr>
    <td><a href="/x/out.php?id=##domain:10##">##name:10##</a></td>
  
  </tr>

  
  </body>

Peace
sponsorchat
Posts: 20
Joined: Sat Oct 20, 2018 11:51 am
Contact:

Re: Hi & a little help with toplist

Post by sponsorchat »

SOLVED my designer just got back to me did it for me.


Peace
Post Reply