Got links to work but for some reason I had to change the code:
Code:
<a href="index.php?main_page=product_info&products_id=<?php echo $row['products_id'] ?>"<img src="images/<?php echo $row['products_image'] ?>" title="<?php echo $row['products_name'] ?>" caption="<?php echo $row['products_name'] ?>" target="_self"/>
Unfortunately though I edit PHP files as a normal function of Zen, it is either directed by add-ons or hunt and peck method changes on my part. Still can't look at a file and have it flow in my mind.
Title of the item shows when you hoover over though there are no "captions" if I understand those correctly as they appear to show up on your site on the pictures.
And, of course, I have no clue how to get them in a nice gallery window.
Further then I've come before and closest to what I want so far. Thanks mac8mypc for the code.