Gossamer Forum
Home : Products : Links 2.0 : Customization :

Link + image..is it possible?

Quote Reply
Link + image..is it possible?
Is it possible to add an image (gif) or a banner related to the submitted link???
If anyone has any solution please let me know, thanks Smile
Quote Reply
Re: Link + image..is it possible? In reply to
What you need to do is add the html link for the image or banner in the description and it will display as you desire.
this is what I do before a Description. . . .

<a href="http://lubys.net//jump.cgi?ID=306" target="_blank"><img
src="http://www.e-merchantgroup.com/images/prod1/10308sm.jpg" border="0"
alt="Wedding Bands at eJeweler "></a></p>
The wedding bands
Quote Reply
Re: Link + image..is it possible? In reply to
Or you could add a new field called 'Image' then when displaying the link, display in link.html:

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

or:

<img src="$rec{'Image'}">

in site_html_link if you are using 1.11.

Cheers,

Alex
Quote Reply
Re: Link + image..is it possible? In reply to
What if you're using Links2.0b5, Alex?
Quote Reply
Re: Link + image..is it possible? In reply to
The two that Alex listed are:

for Links 2 (top), and links 1.11 (bottom)

--Mark



------------------
You can reach my by ICQ at UID# 8602162

Quote Reply
Re: Link + image..is it possible? In reply to
If you are not using templates with v2, use the v1.11 form of the method Alex mentioned.

------------------
Bob Connors
bobsie@orphanage.com
www.orphanage.com/goodstuff/
Quote Reply
Re: Link + image..is it possible? In reply to
Thanks bobsie!

------------------
Regards,
Brian
mjordn12@aol.com
veggietales.virtualave.net/veggielink/ (MegaLinks2.0)

Quote Reply
Re: Link + image..is it possible? In reply to
Thank you all for your attention, but...what about including a graphic file (gif, jpg, ecc) to upload on server (images folder) instead of the simple link?
Thanks one more time Smile Smile Smile