Topic: link no longer finds gallery
I had successfully incorporated SimpleViewer 2 into my website last year. I have just updated and redesigned my website but when I uploaded the files via the FTP connection, everything turned out fine except for the SV gallery. When I click on the link button, it goes to this error message page:
http://michaelmalonedesign.com/SimpleViewer.html
Here is my markup:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "000000", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
and here is my website link to the page linking to the SV galleries:
http://michaelmalonedesign.com/otr_2010main.html
Any help would be greatly appreciated. I am trying to get this redesigned site out to existing and potential new clients and hate to send it out with a broken link.
Many thanks!
Michael