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 9229 Feb 18, 2003, 6:07 AM
Thread Re: [antoined] displaying Thumbnail
Andy 9059 Feb 18, 2003, 6:42 AM
Thread Re: [Andy] displaying Thumbnail
antoined 9029 Feb 18, 2003, 7:38 AM
Thread Re: [antoined] displaying Thumbnail
Andy 9068 Feb 18, 2003, 7:44 AM
Thread Re: [Andy] displaying Thumbnail
antoined 9000 Feb 19, 2003, 12:23 AM
Thread Re: [antoined] displaying Thumbnail
webmaster33 9015 Feb 19, 2003, 10:57 AM
Thread Re: [webmaster33] displaying Thumbnail
antoined 8924 May 5, 2003, 6:43 AM
Thread Re: [antoined] displaying Thumbnail
webmaster33 8931 May 5, 2003, 6:50 AM
Thread Re: [webmaster33] displaying Thumbnail
antoined 8944 May 5, 2003, 7:04 AM
Post Re: [antoined] displaying Thumbnail
webmaster33 8918 May 5, 2003, 7:17 AM
Post Re: [antoined] displaying Thumbnail
Paul 8912 May 5, 2003, 7:35 AM
Thread Re: [antoined] displaying Thumbnail
pugdog 8946 May 5, 2003, 10:15 PM
Thread Re: [pugdog] displaying Thumbnail
webmaster33 8937 May 8, 2003, 8:31 AM
Thread Re: [webmaster33] displaying Thumbnail
pugdog 8834 May 9, 2003, 12:47 PM
Thread Re: [pugdog] displaying Thumbnail
webmaster33 8868 May 9, 2003, 1:16 PM
Thread Re: [webmaster33] displaying Thumbnail
Paul 8857 May 9, 2003, 1:20 PM
Thread Re: [Paul] displaying Thumbnail
webmaster33 8867 May 9, 2003, 3:40 PM
Post Re: [webmaster33] displaying Thumbnail
pugdog 8817 May 9, 2003, 4:09 PM
Thread Re: [webmaster33] displaying Thumbnail
Paul 8839 May 10, 2003, 3:29 PM
Thread Re: [Paul] displaying Thumbnail
webmaster33 8838 May 10, 2003, 3:39 PM
Post Re: [webmaster33] displaying Thumbnail
Paul 8882 May 10, 2003, 3:44 PM