Topic: Adult Supervision request [SOLVED]
So I copy the embedded code and paste it between the <body> tags in my HTML pages and the screen is blank... with an error message saying the config.xml is not found.... Grrr!!
here is the code...
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Cranfields Property Bermuda Ltd</title>
<link rel="stylesheet" href="featsale.css">
<title>Ephemeral Heaven</title>
<meta charset="utf-8" />
<meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="" />
<!-- START OPEN GRAPH TAGS-->
<meta property="og:title" content="Ephemeral Heaven" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.bda4sale.com/bdaprops1.html#RV2" />
<meta property="og:image" content="http://www.bda4sale.com/bdaprops1.html#RV2/images/01.jpg" />
<meta property="og:description" content="" />
<!-- END OPEN GRAPH TAGS-->
</head>
<body>
<header> <img src="pics/logo.png" alt="CPB Logo">
<nav>
<ul>
<li><a href="#">SALES</a></li>
<li><a href="#">RENTALS</a></li>
<li><a href="#">VACATION RENTALS</a></li>
<li><a href="#">ABOUT US</a></li>
<li><a href="#">CONTACT US</a></li>
</ul>
</nav>
</header>
<main>
<!--START JUICEBOX EMBED-->
<script src="pics/ephemeralheaven/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: 'rgba(255,255,255,1)'
});
</script>
<div id="juicebox-container">
<!-- Image gallery content for non-javascript devices -->
<noscript>
<h1>Ephemeral Heaven</h1>
<p></p>
<p><img src="images/01.jpg" title="01" alt="" /><br>01 </p>
<p><img src="images/02.jpg" title="02" alt="" /><br>02 </p>
<p><img src="images/03.jpg" title="03" alt="" /><br>03 </p>
<p><img src="images/04.jpg" title="04" alt="" /><br>04 </p>
<p><img src="images/05.jpg" title="05" alt="" /><br>05 </p>
<p><img src="images/06.jpg" title="06" alt="" /><br>06 </p>
<p><img src="images/07.jpg" title="07" alt="" /><br>07 </p>
<p><img src="images/08.jpg" title="08" alt="" /><br>08 </p>
</noscript>
</div>
<!--END JUICEBOX EMBED-->
</main>
<footer> </footer>
</body>
</html>