Author Topic: Trying to put top ten viewed under the random image  (Read 4100 times)

0 Members and 1 Guest are viewing this topic.

Offline faris_idris

  • Pre-Newbie
  • Posts: 1
    • View Profile
Trying to put top ten viewed under the random image
« on: February 11, 2003, 03:00:31 AM »
Hello and thank you for have such a great program..:)
I have been trying to put top ten viewed image links under the random image section but haven't had any success. i have tried adding

------
 
Code: [Select]
<span class="title">{lang_top_images}</span>
                  <hr size="1" />
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                          <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_hits}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>1</b></td>
                            <td valign="top" class="row1">{image_hits_1}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>2</b></td>
                            <td valign="top" class="row2">{image_hits_2}</td>
                          </tr>

and so on...
-----
under random_image.html

it gives me the listing but no link to the image.
Can someone help..?

Thanks in advance..


Faris