1 ) Put the second one on a separate page and show it on the top page through an iframe. You cannot have two of these scripts on a single page, they would conflict.
2 ):

Originally Posted by
johnvr
A table can be used with this script but, it should replace the the <nobr></nobr> tag and assume that tag's id
I don't know where you got the idea of multiple tables, let alone multiple rows. You do want everything in one line, don't you?
HTML Code:
<div id="motioncontainer" style="position:relative;width:225px;height:76px;overflow:hidden;">
<div id="motiongallery" style="position:absolute; left:0; top:0; white-space: nowrap;">
<table id="trueContainer">
<tr><td align="center" valign="top">
<a href="photos.asp">Cheersport<br>
<img src="gal_photo/Cheersport/0BEF4839_small.jpg" border="0" /></a>
</td><td align="center" valign="top">
<a href="photos.asp">Americas Best<br>
<img src="gal_photo/Americas Best/0BEF5120_small.jpg" border="0" /></a>
</td><td align="center" valign="top">
<a href="photos.asp">Cheerpower<br>
<img src="gal_photo/Cheerpower/scan_small.jpg" border="0" /></a>
</td><td align="center" valign="top">
<a href="photos.asp">Jrs Lake Trip<br>
<img src="gal_photo/Jrs Lake Trip/PICT0454_small.jpg" border="0" /></a>
</td></tr>
</table>
</div>
</div>
Bookmarks