Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Icon for links

Quote Reply
Icon for links
Hi, I want to set some icons for link when I add link on admin, so link can show on result with the icon that I have insert.
example:
link: (icon) Site name
How can I do?


Bye From Italy
Fabio
Quote Reply
Re: Icon for links In reply to
Hi,

Add a column 'Icon' to the Links table, and then in link.html:

<%if Icon%>
<img src="<%Icon%>">
<%endif%>

that way if a link has a URL entered in the icon field, it will be displayed.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Icon for links In reply to
Thanks alex, but what Column Type ?


Thanks in Advance
Bye From Italy
Fabio
Quote Reply
Re: Icon for links In reply to
Hi,

A char 255 would do the trick.

Cheers,

Alex

--
Gossamer Threads Inc.