Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Use of icon images for each category

Quote Reply
Use of icon images for each category
Just purchased the Links SQL product and have it loaded up on the web server. I am about to start the creation of my links site but wanted to know if there was a way to set a specialized image, or icon, in front of each of the categories on my main category page?
Quote Reply
Re: [Jaggster] Use of icon images for each category In reply to
You could add a new column to the category table using the table editor in the admin panel and then when creating new categories you will be able to enter the name of an image into this field, say "category_one.gif"

Then in subcategory.html you can enter:

<img src="/images/<%your_new_field%>">

..and it will show the image. Hope that helps :)

Last edited by:

Paul: Mar 13, 2003, 11:20 AM
Quote Reply
Re: [Paul] Use of icon images for each category In reply to
Will try that out. Thanks for the help.