Lightbox within table?

I have the following table with icons linking to photos. you can see it here:
I would like that when a user clicks on the camera icon, the image shows up in pop-up window (like a lightbox). I don't know much about lightbox or how it works, but in the research I've done it seems that it uses the same photo to enlarge, but doesn't talk about if you have one photo that will click to show a different photo. How can I do this within the table feature? currently there is a line of code within the column: <a href="http://cherrylake.com/images/web_photos/bb_palm_bismark_16ft_oa.jpg" target="_blank"><img src="http://cherrylake.com/images/camera-icon.png"></a>

This has been opening the images in a new window. How can i get it to open in the same window as a pop up?

Comments

Sign In or Register to comment.