Image Rotator stops
Posted: Tue Dec 30, 2008 7:11 pm
I am trying to place 3 instances of image rotator on one page http://www.ostergaards-auto.dk/index.php?page=test, but for some reason they stop rotating, am I doing something wrong?
Code: Select all
<table cellspacing="0" cellpadding="0" border="0" align="center" width="" summary="">
<tbody>
<tr>
<td><br />
{image_rotator rotator='new' folder='uploads/images/slideshow/' speed='4' width='175' }</td>
<td> {image_rotator rotator='new' folder='uploads/images/slideshow2/' speed='4' width='175' }</td>
<td><br />
{image_rotator rotator='new' folder='uploads/images/slideshow3/' speed='4' width='175' }</td>
</tr>
</tbody>
</table>