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
Antoine
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
Antoine
