Topic: Nothing, not a thing.
Good afternoon,
I generated a SV gallery for the pages on my site and copied the whole SV folder of galleries to where my HTML pages are stored.
I then copied the embeded coded into the HTML page, saved and clicked to review and nothing, not a this.
Here is the full HTML code for 1 of the pages.
**********************************************************************
<!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>High Dynamic Range</title>
</head>
<body>
<table width="990" cellspacing="2">
<tr>
<th align="center" scope="col"><div align="right"><a href="Home.html"><img src="../HTML Images/Nav Bar 11.jpg" width="100" height="60" border="0"; /></a><a href="HDR.html"><img src="../HTML Images/Nav Bar 2.jpg" width="100" height="60" border="0"; /></a><a href="By the sea.html"><img src="../HTML Images/Nav Bar 3.jpg" width="100" height="60" border="0";/></a><a href="Street Art.html"><img src="../HTML Images/Nav Bar 4.jpg" width="100" height="60" border="0"; /></a><a href="Flowers.html"><img src="../HTML Images/Nav Bar 5.jpg" width="100" height="60" border="0";/></a><a href="Landscapes.html"><img src="../HTML Images/Nav Bar 6.jpg" width="100" height="60" border="0"; /></a><a href="Me.html"><img src="../HTML Images/Nav Bar 7.jpg" width="100" height="60" border="0";/></a></div></th>
</tr>
</table>
<br></br>
<div align="center"></div> <!-- end center -->
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
<table width="990" height="40" cellspacing="2">
<tr>
<th scope="col"><div align="right"><img src="../HTML Images/Header GHP V1.jpg" width="454" height="50" hspace="1" /></div></th>
</tr>
</table>
</tr>
<div align="right">
<table width="990" height="50" cellspacing="2">
<tr>
<th width="122" scope="col"> </th>
<th width="786" scope="col"><div align="right"><a href="http://twitter.com/ghp1968"><img src="../HTML Images/Twitter bird.jpg" width="50" height="50" border="0" /></a></div></th>
<th width="60" scope="col"><div align="right"><a href="http://www.facebook.com/GaryHornePhotography"><img src="../HTML Images/Facebook icon.jpg" width="50" height="50" border="0"/></a></div></th>
</tr>
</table>
</div>
</body>
</html>
*************************************************************************************************