Topic: No idea
Sorry, I an no tech person and have followed these terms :
Use JuiceboxBuilder to create your Juicebox gallery.
Copy the entire contents of your Juicebox gallery folder into the folder that contains your HTML page.
In JuiceboxBuilder, go to the Publish panel and copy the provided Embed Code. The embed code will look something like this:
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Paste the provided code into the body of the HTML page where you want to the gallery to appear.
Load the HTML page in a browser to preview your gallery.
Have placed an HTML code on the page and loaded the script that is generated into it and uploaded page, but when I view page on line nothing shows... But when I click on the saved file on my desktop it works great..
And how do I do this: THAT IS TO UPLOAD gallery folder to your website
Gallery Folder - this is the folder that contains the index.html file, config.xml file, gallery images and thumbnails and the jbcore folder. To publish your gallery, upload the gallery folder to your website.