Gossamer Forum
Home : Products : DBMan : Customization :

an image link to replace the URL link??

Quote Reply
an image link to replace the URL link??
Hello again,
Is there a way to replace the URL print out to show an image that is linked to the proper directory?? Thanks in advance

Jay
Quote Reply
Re: an image link to replace the URL link?? In reply to
Yes...This is a pure HTML question. Wink

Code:
<a href="$rec{'URL'}"><img src="/images/myimage.gif" width="" height="" border="" alt=""></a>

For more information, check out the following FAQ:

http://www.gossamer-threads.com/...ces/Detailed/90.html

Smile

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: an image link to replace the URL link?? In reply to
Thanks again Eliot.
It worked out fine.

Jay