Topic: embedding into dreamweaver
Okay, I've done some browsing on this forum and I still can't quite figure it out. I went through all the instructions on how to create an album using svBuilder...then I thought I followed the directions on how to embed it into dreamweaver, but I must be doing something wrong. Please help! Thankyou!
Here is the code I have for the page [i put the simpleviewer part in red]:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Kassie Nichole Photography - Portraits</title>
<style type="text/css">
<!--
body {
background-color: #5a5a5a;
text-align: center;
color: #c1c1c1;
}
.tw {
font-family: "Tw Cen MT";
}
-->
</style>
</head>
<body>
<p><img src="images/newheader.jpg" width="1050" height="156" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="229,103,308,134" href="bio.html" />
<area shape="rect" coords="327,105,443,132" href="portfolio.html" />
<area shape="rect" coords="462,103,533,133" href="http://www.kassienichole.com/blog/" target="_blank" />
<area shape="rect" coords="550,103,620,137" href="http://fraggle37.deviantart.com/prints/" target="_blank" />
</map>
</p>
<p>
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="simpleviewer_212/web/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "transparent", true );
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED --></p>
<p> </p>
<p class="tw">© Kassie Nichole Photography</p>
</body>
</html>