Hi,
I have tried lightbox2 and jquery lightbox and I have the same problem with both.
I have added the javascripts and css files for the lightbox.
This is my code:
The problem hee is when you click on the image, it want you to save the file to your computer and not use the lightbox effect.
I have to put the image through getsnap.php?etc....
Any ideas?
I have tried lightbox2 and jquery lightbox and I have the same problem with both.
I have added the javascripts and css files for the lightbox.
This is my code:
<a href="getsnap.php?id={$user.id}&typ=full&picid={$pic.picno}" rel="lightbox" title="TITLE"><img src="getsnap.php?id={$user.id}&typ=tn&picid={$pic.picno}" width="45" height="45" alt="" /></a>
The problem hee is when you click on the image, it want you to save the file to your computer and not use the lightbox effect.
I have to put the image through getsnap.php?etc....
Any ideas?
Comment