Hi, love Simpleviewer Pro to bits and it's making a huge difference on my websites!
However, I set ImageClick to OPEN_URL and while the hyperlinks from the main images work, the main images without links just open a new page with "The requested URL /images/divine.jpg was not found on this server.".
This says to me that the unlinked images are not defaulting to imageURL. Any idea on what I am missing?
Here's a sample bit of code:
-----------------------------------
<simpleviewergallery title=""
imageClickMode="OPEN_URL"
>
<image>
<filename>greyspot.jpg</filename>
<caption/>
</image>
<image imageURL="images/s_web.jpg" thumbURL="thumbs/s_web.jpg" linkURL="http://www.urlhere.com" linkTarget="_blank">
<caption/>
</image>
-----------------------------------
I want greyspot.jpg when clicked, not to show anything but the next image.
Please help!