The code is working fine on this page
http://www.fond-regards.com/Slidesh...pleWindows.html
here is another example with my 11 slide shows not working.
http://www.sollittoassociates.com/features3.php
Only the first one is working I use php include to call each individual property (see code of one of them below)
<? include("intownedgartown.shtml"); ?>
<? include("westchopwaterviews.shtml"); ?>
<? include("deepbottom.shtml"); ?>
<? include("historicwilliamstreet.shtml"); ?>
<? include("westtisbury.shtml"); ?>
<? include("capecountry.shtml"); ?>
<? include("incomeproducer.shtml"); ?>
<? include("serenewesttisbury.shtml"); ?>
<? include("vineyardhills.shtml"); ?>
<? include("minuteswesttisbury.shtml"); ?>
code:
<table width="560" border="0">
<tr>
<td colspan="2">
<div align="center"><img src="images/hdiv.jpg" width="558" height="34"><br>
<b class="strong">IN-TOWN EDGARTOWN</b><span class="strong"><b><br>
</b></span></div>
</td>
</tr>
<tr>
<td>
<div align="center"><img src="images/features/intown-edg/house.jpg" width="250" height="179" border="1"></div>
</td>
<td>
<div align="center"><img name="intownedgartown" src="images/features/intown-edg/shed.jpg" width="250" height="179" border="1"></div>
</td>
</tr>
<tr>
<td colspan="2"><span class="text"><br>
Located at #56 South Water Street, this stately 1835..
</td>
</tr>
</table>
internet explorer error is "document.images[...] style' is null or not an object line 44 char4"