Topic: Making Juicebox work with Rapidweaver
Hi there,
I can't seem to make Juicebox work with the web design program called Rapidweaver. It used to work, I would copy the code, and just change the name, in this case 'duckhunt'.
Any help would be greatly appreciated.
This is the code I entered in:
<!--START JUICEBOX EMBED-->
<script src="http://schpa.ca/styled-11/duckhunt/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
baseUrl : 'http://schpa.ca/styled-11/duckhunt/',
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->