Thanks again, Steven.

I just wanted to update, in case anyone else may be able to benefit.

I decided that having the 'www.' prefix and the 'cal500.com' without the prefix was an absolute headache, so rather than modifying the code, I redirected 'cal500.com' to 'www.cal500.com' to keep the absolute URLs. Will there be any problem with this? I don't have any idea, but I think it may just simplify things in the long run.

Steven,

Thanks for pointing out the 'www.' problem in which I was unaware of. As far as relative and absolute URLs are concerned, how can I modify the code where the absolute and relative URLs are included? Also, how do I locate and write the relative code - my google searches to figuring out the code seem a bit unclear and slightly complicated. Any advice, comments, or links?

Kind Regards,
-Marc

scotstyle,

This is exactly correct. I do all of my work from my mac, as it is my preferred platform, but at the office we use all Windows XP and Windows 8 machines. I have tested on the office machines and all browsers, including clearing all caches, to no avail. I figured this would be a windows issue, but perhaps it may be the server? Or the ISP?

Hello everyone, I'm hoping to find a bit of help.

I'm still editing my website, www.cal500.com, in iWeb, but I publish everything to a local folder and upload to my server via FTP. My problem doesn't seem evident on my end until I try to view my website on other computers, although my laptop continues to see a working gallery (even after clearing the cache trying to replicate the problem).

I've checked the file paths and everything checks out fine. Even when I reload and rebuild and recheck everything, the result is the same. The snippet within the iweb builder also works fine.

Here is the embed code I am using, which you can see is the BaseURL method:

<html><head><title></title></head><body><!--START JUICEBOX EMBED-->
<script src="http://www.cal500.com/juiceboxhomepage/jbcore/juicebox.js"></script>
<script>
  new juicebox({
      containerId : 'juicebox-container',
      galleryWidth: "550",
      galleryHeight: "475",
      backgroundColor: "rgba(0,0,0,0)",
      baseUrl : 'http://www.cal500.com/juiceboxhomepage/',
  });
  </script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED--></body></html>

Perhaps there is something within my page that is conflicting with the code? Some direction would be greatly appreciated!

Best regards,

-Marc