PDA

View Full Version : alt tag the listing title on thumbnails


timon
03-05-2006, 02:35 AM
hi guys,
I am just wondering if there a way to alt tag the thumbnails with listing title on the categories or my details page.

The code i used for pagerank.tpl is

{broken image removed}

{if $pr gt -1}

and for details.tpl i used

{broken image removed}
any ideas as it has alt in the script but it is not showing on page???

Looking forward to replies,
Timon
check out what i am talking about at www.buyers-web.com/directory

Kevuk2k
03-05-2006, 04:25 AM
I'm not an expert on this but others are. I did spot one error that you need to fix to make your tags succesful in Opera and Firefox etc. the Content visible to registered users only. is internet explorer friendly but to get the alt of the image to show in other browsers as well you might want to consider changing Content visible to registered users only. to Content visible to registered users only. that way it gets seen in virtually all browsers :wink:

Hope this helps.

Kev

Neticus
03-05-2006, 05:23 AM
This is working for me:

pagerank.tpl

Content visible to registered users only.


in details.tpl try changing both

alt and title="{$link.TITLE}" to "{$TITLE}"


Net.