Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [kevinws] best way to display a db image in custom templates

Quote Reply
Re: [kevinws] best way to display a db image in custom templates In reply to
I use this ->

Code:
<%if Graphic eq 'yes'%>
<img src="http://www.mysite.com/<%Picture%>.jpg" alt="Photo <%Pict%>" border="0">
<%else%>
<img src="http://www.mysite.com/nopicture.jpg" alt="If you have a picture of this balloon or more information, please contact us at our email-address" width="177" height="264" border="1">
<%endif%>


So there is then a picture displayed when there is a graphic. Hope this helpes.
Luc Van Geyte
Subject Author Views Date
Thread best way to display a db image in custom templates hennagaijin 7596 Jan 24, 2003, 2:56 PM
Thread Re: [hennagaijin] best way to display a db image in custom templates
604 7431 Jan 24, 2003, 3:11 PM
Thread Re: [TheStone] best way to display a db image in custom templates
hennagaijin 7441 Jan 25, 2003, 5:16 AM
Post Re: [hennagaijin] best way to display a db image in custom templates
hennagaijin 7374 Feb 4, 2003, 9:48 AM
Thread Re: [TheStone] best way to display a db image in custom templates
kevinws 7213 Oct 30, 2003, 10:46 AM
Post Re: [kevinws] best way to display a db image in custom templates
604 7233 Oct 30, 2003, 11:02 AM
Thread Re: [kevinws] best way to display a db image in custom templates
Luc1 7216 Oct 30, 2003, 11:07 AM
Post Re: [Luc1] best way to display a db image in custom templates
kevinws 7211 Oct 30, 2003, 11:41 AM
Thread Re: [Luc1] best way to display a db image in custom templates
kevinws 7194 Oct 30, 2003, 11:49 AM
Post Re: [kevinws] best way to display a db image in custom templates
604 7211 Oct 30, 2003, 4:36 PM