There could also be other problems, but the code in the body should be:
Code:
<div id="img_property">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" valign="top">
<a href="image/image1.jpg" rel="enlargeimage" rev="targetdiv:loadarea">
<img border="0" src="image/image1.jpg" width="91" height="61"></a><br>
<br>
<a href="image/image2.jpg" rel="enlargeimage" rev="targetdiv:loadarea">
<img border="0" src="image/image2.jpg" width="80" height="58"></a><br>
<br>
<a href="image/image3.jpg" rel="enlargeimage" rev="targetdiv:loadarea">
<img border="0" src=".image/image3.jpg" width="75" height="69"></a></td>
<td width="80"><div id="loadarea" style="width:510px; height: 220px"></div>
</td>
</tr>
</table>
</div>
Also make sure you have downloaded the thumbnailviewer2.js file and placed it in the same folder as your page.
Oh, and (according DD terms of usage, this makes no difference to function, but is required by said terms):
Code:
<script type="text/javascript" src="thumbnailviewer2.js"></script>
should be:
Code:
<script type="text/javascript" src="thumbnailviewer2.js">
/***********************************************
* Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
Please reinstate the copyright notice first.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks