7
Hi tzvook!
Well you certainly made it sound simple, but I'm a bit dumb...
Ok so I've opened the top_ten.html file (I presume that's the one that lists the top ten! ;) ) Now what part would I need to change to make it link straight to the website I want - or to show a small icon image that'd link straight there?
Many thanks for all your help - I've included the code below!
<{include file="db:weblinks_header.html"}>
<{$lang_topten_title}>
<{foreach item=ranking from=$rankings}>
<{$ranking.title}> (<{$lang_sortby}>) |
---|
<{foreach item=link from=$ranking.links}>
<{include file="db:weblinks_linklist.html" link=$link}>
<{/foreach}>
<{/foreach}>