rxsid
04-23-2005, 06:14 AM
Script: Converyor Belt Slide Show
http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
Hi all,
I've gotten this script to work great basically as is. However, I'm trying to add text that are above each image, as well as links that are next to each respective image. I've tried many different things such as (i have 10 images [9] in the array:
leftrightslide[0]='<table><tr><td>Synergy Multi-Vitamin<a href="http://someURL.com" target="win"><img src="images/someImg.gif border=0></a></td></tr></table>'
//and
leftrightslide[0]='<td>Synergy Multi-Vitamin<a href="http://someURL.com" target="win"><img src="images/someImg.gif border=0></a></td>'
//and
leftrightslide[0]='Synergy Multi-Vitamin<a href="http://someURL.com" target="win"><img src="images/someImg.gif border=0></a><br>'
and many others...but I get all kinds of wierd results non of which allow me to place text above each image then essentially <br> to the image. Also not able to place text next to respective image.
Any ideas?
Thanks.
http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
Hi all,
I've gotten this script to work great basically as is. However, I'm trying to add text that are above each image, as well as links that are next to each respective image. I've tried many different things such as (i have 10 images [9] in the array:
leftrightslide[0]='<table><tr><td>Synergy Multi-Vitamin<a href="http://someURL.com" target="win"><img src="images/someImg.gif border=0></a></td></tr></table>'
//and
leftrightslide[0]='<td>Synergy Multi-Vitamin<a href="http://someURL.com" target="win"><img src="images/someImg.gif border=0></a></td>'
//and
leftrightslide[0]='Synergy Multi-Vitamin<a href="http://someURL.com" target="win"><img src="images/someImg.gif border=0></a><br>'
and many others...but I get all kinds of wierd results non of which allow me to place text above each image then essentially <br> to the image. Also not able to place text next to respective image.
Any ideas?
Thanks.