Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [dlarocque] replace the default 'missing image question mark'

Quote Reply
Re: [dlarocque] replace the default 'missing image question mark' In reply to
Try this:

Code:
<%if Image%>
<img alt="add your logo or image to your listing" src="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>&v=Image"><p>
<%else%>
<%-- no image here, so you can show a "blank" image, or just nothing at all --%>
<%endif%>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread replace the default 'missing image question mark' dlarocque 4528 Oct 19, 2009, 9:08 AM
Thread Re: [dlarocque] replace the default 'missing image question mark'
Andy 4470 Oct 19, 2009, 9:29 AM
Thread Re: [Andy] replace the default 'missing image question mark'
dlarocque 4458 Oct 19, 2009, 10:02 AM
Thread Re: [dlarocque] replace the default 'missing image question mark'
Andy 4470 Oct 19, 2009, 10:04 AM
Post Re: [Andy] replace the default 'missing image question mark'
dlarocque 4440 Oct 20, 2009, 8:49 AM