Gossamer Forum
Quote Reply
displaying Thumbnail
Dear All,

I need to display Thumbnail on index.html so i insert:

<%if Thumbnail%><img src="<%db_cgi_url%>/jump.cgi?ID=<%ID%>&v=Thumbnail">

<%endif%>

... and on the detail page i insert:

<%if Photo%><img src="<%db_cgi_url%>/jump.cgi?ID=<%ID%>&v=Photo" width="100">

<%endif%>

What if Thumbnail is not available and in this case i would like to display the photo with max 100:

<%if Photo%><img src="<%db_cgi_url%>/jump.cgi?ID=<%ID%>&v=Photo" width="100">

<%endif%>

So how to say if Thumbnail available display it if not display the photo???

Can someone help me!

Thanks

AntoineBlush

Subject Author Views Date
Thread displaying Thumbnail antoined 9244 Feb 18, 2003, 6:07 AM
Thread Re: [antoined] displaying Thumbnail
Andy 9073 Feb 18, 2003, 6:42 AM
Thread Re: [Andy] displaying Thumbnail
antoined 9043 Feb 18, 2003, 7:38 AM
Thread Re: [antoined] displaying Thumbnail
Andy 9082 Feb 18, 2003, 7:44 AM
Thread Re: [Andy] displaying Thumbnail
antoined 9014 Feb 19, 2003, 12:23 AM
Thread Re: [antoined] displaying Thumbnail
webmaster33 9029 Feb 19, 2003, 10:57 AM
Thread Re: [webmaster33] displaying Thumbnail
antoined 8938 May 5, 2003, 6:43 AM
Thread Re: [antoined] displaying Thumbnail
webmaster33 8945 May 5, 2003, 6:50 AM
Thread Re: [webmaster33] displaying Thumbnail
antoined 8958 May 5, 2003, 7:04 AM
Post Re: [antoined] displaying Thumbnail
webmaster33 8932 May 5, 2003, 7:17 AM
Post Re: [antoined] displaying Thumbnail
Paul 8926 May 5, 2003, 7:35 AM
Thread Re: [antoined] displaying Thumbnail
pugdog 8960 May 5, 2003, 10:15 PM
Thread Re: [pugdog] displaying Thumbnail
webmaster33 8951 May 8, 2003, 8:31 AM
Thread Re: [webmaster33] displaying Thumbnail
pugdog 8848 May 9, 2003, 12:47 PM
Thread Re: [pugdog] displaying Thumbnail
webmaster33 8882 May 9, 2003, 1:16 PM
Thread Re: [webmaster33] displaying Thumbnail
Paul 8871 May 9, 2003, 1:20 PM
Thread Re: [Paul] displaying Thumbnail
webmaster33 8881 May 9, 2003, 3:40 PM
Post Re: [webmaster33] displaying Thumbnail
pugdog 8831 May 9, 2003, 4:09 PM
Thread Re: [webmaster33] displaying Thumbnail
Paul 8853 May 10, 2003, 3:29 PM
Thread Re: [Paul] displaying Thumbnail
webmaster33 8852 May 10, 2003, 3:39 PM
Post Re: [webmaster33] displaying Thumbnail
Paul 8896 May 10, 2003, 3:44 PM