Topic: Dreamweaver embed problem_mac [SOLVED]
I cant seem to embed my gallery, I copied the script, the folder name is correct, but only shows a completely blank space. Im not sure what I could be doing wrong.
Im using a mac with a trail copy of Dreamweaver CC, which runs out in 6 days. Wondering if Ive put it in the right place, starts after the title ends. Im new to reponsive design.
script looks like this:
<!--START JUICEBOX EMBED-->
<!DOCTYPE html>
<script src="/People_gallery"></script>
<script>
new juicebox({
containerId: "juicebox-container",
baseUrl : '/People_gallery/index.html'
});
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#f1f1f1"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
</div>
I dont have it online yet. thanks