Thanks so much for your detailed answer. When I use just the path setting, I do get all thumbs to display with links to lightboxes.
But for the single image popup as below:
<a href="images/stories/installations/cusp/dressform.jpg" title="My image 1" rel="prettyphoto"><img src="images/stories/installations/cusp-tn/cusp-dressform.jpg" /></a>
<a href="images/stories/installations/cusp/cusp-story1.jpg" title="My image 2" rel="prettyphoto"><img src="images/stories/installations/cusp-tn/cusp-story1.jpg" /></a> {artprettyphoto /}
I do get the two images to display. For the first link, I get
The requested URL /JOOMLA/images/stories/installations/cusp/dressform.jpg was not found on this server.
But image is there.
For the second link I get regular jpg link with no lightbox.
This is what displays in html source:
<a href="/JOOMLA/images/stories/installations/cusp/dressform.jpg" title="My image 1" rel="prettyphoto"><img src="/JOOMLA/images/stories/installations/cusp-tn/cusp-dressform.jpg" /></a>
<a href="/JOOMLA/images/stories/installations/cusp/cusp-story1.jpg" title="My image 2" rel="prettyphoto"><img src="/JOOMLA/images/stories/installations/cusp-tn/cusp-story1.jpg" /></a> <script type="text/javascript" charset="utf-8">jQuery(document).ready(function(){if (!window.prettyEnabled) {jQuery("a[rel^='prettyPhoto']"

.prettyPhoto({animationSpeed: "normal", padding: 40, opacity: 0.35, showTitle: true, allowresize: true, counter_separator_label: "/", theme: "light_rounded"});}if (!window.prettyEnabled) {window.prettyEnabled = true;}}); </script>
Is there any reason this would not be working on local WAMP server, or what am I doing wrong??
I appreciate your patience...