Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Adding Link banners or images

Quote Reply
Adding Link banners or images
Please help!!! I have been trying to get images show up next to my links with links SQL. I can get the links with no problem, I then added a field in my database named "Image" Do I need to change something or add something in my templates in order to show the banner or image. Any suggestions will be very helpful.
Thanks so much
Quote Reply
Re: [daryn] Adding Link banners or images In reply to
Hi,

You would need to add something like:

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

To the link.html template.

That assumes you are storing a url (the location of the image) in the Image field.

--
Matt G