Topic: embedding into existing html
i have no clue how to make this work, please help!
this is what simpleviewer gave me:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "transparent", false );
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
this is what i have existing:
<html>
<head>
<title>woody-grunge-psd</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (woody-grunge-psd.psd) -->
<table id="Table_01" width="1560" height="1074" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" rowspan="3">
<img src="images/aboutus_01.jpg" width="892" height="136" alt=""></td>
<td colspan="4">
<img src="images/aboutus_02.jpg" width="468" height="65" alt=""></td>
<td rowspan="3">
<img src="images/aboutus_03.jpg" width="200" height="136" alt=""></td>
</tr>
<tr>
<td>
<img src="images/aboutus_04.jpg" width="92" height="17" alt=""></td>
<td>
<img src="images/aboutus_05.jpg" width="123" height="17" alt=""></td>
<td>
<img src="images/aboutus_06.jpg" width="113" height="17" alt=""></td>
<td>
<img src="images/aboutus_07.jpg" width="140" height="17" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/aboutus_08.jpg" width="468" height="54" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/aboutus_09.jpg" width="273" height="904" alt=""></td>
<td rowspan="2">
<img src="images/aboutus_10.jpg" width="437" height="904" alt=""></td>
<td colspan="6">
<img src="images/aboutus_11.jpg" width="850" height="314" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/aboutus_12.jpg" width="850" height="590" alt=""></td>
</tr>
<tr>
<td colspan="8">
<img src="images/aboutus_13.gif" width="1560" height="33" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="273" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="437" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="182" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="92" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="123" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="113" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="140" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="200" height="1" alt=""></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>