Omg, how embarrassing. I knew it would be something simple like that. I did it and it's working now. Thank you very much. I did change the paths to relative as I didn't realize absolute wouldn't be the better option. I am a little afraid to link to all one folder, but I will try it as it does make sense. If I can't make it work I will be back on here. Thanks for all the help.

I hate to post again so soon but I seem to keep having some issues that I'm sure are probably easy to solve but I can't seem to figure it out. I used your svBuilderPro. I had 5 separate galleries on my 1 website on 5 different pages.  You just helped me resolve the one path issue I was having so I tried to repeat it for one of my other galleries and I am not receiving a config error this time, it is simply not showing up on my site.  Furthermore, on my the svBuilderPro I was able to set this particular gallery up so when you click an image you can download a file from it.

Here is the link to the page:  http://www.chrissyclark.com/Freebies.htm

This is what I did on that page:

<!--START JUICEBOX EMBED-->
<script src="myfreebies/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl:  "http://www.chrissyclark.com/myfreebies/",
containerId: "juicebox-container",
galleryWidth: "600",
galleryHeight: "650",
backgroundColor: "FFFFFF"
});
</script>
<div id="juicebox-container">

I changed my src to include the path to this gallery's specific folder on the page and in the index file in the folder itself. I am not sure what I am doing wrong this time.  If you could help again, I would really appreciate it.

It worked! I can't thank you enough!

I am beating my head into the wall trying to figure this out.  I have tested my gallery in Firefox locally and it works perfectly. I couldn't have it more perfect. When I upload it to my website to make it live, it gives me the Config File Not Found.  Now, I am not a brilliant web designer. I work in FrontPage 2003.  I thought I could figure out the path error but cannot find where the script is linked to the config file to change the path.  I am not sure how to ask for help here either except if anyone could tell me where this should be so I can see if I can find the path problem. I can't find it anywhere.  When I open the code for the page and the index.html file, I don't see a path that goes to config.xml.  I am up too late and very tired trying to figure this out, so I hope this makes sense. If I need to paste code in here for reference please let me know and I will. My gallery I open in Chrome and it's http://www.chrissyclark.com/Gallery2.htm.  I see an error when I go there.  I'm sorry if I repeated myself, I'm very tired. Can someone please help me with this?