View Full Version : Conveyor Belt Slideshow
minpot
03-12-2008, 04:57 AM
1) Script Title: Conveyor Belt Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
3) Describe problem: i continue with the same problem: How to do to have each of the images in the conveyor belt link to a page within my site?
Thanks for assistance.
rangana
03-12-2008, 05:03 AM
Seek this part in your code:
leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
leftrightslide[1]='<a href="http://"><img src="dynamicbook2.gif" border=1></a>'
leftrightslide[2]='<a href="http://"><img src="dynamicbook3.gif" border=1></a>'
leftrightslide[3]='<a href="http://"><img src="dynamicbook4.gif" border=1></a>'
leftrightslide[4]='<a href="http://"><img src="dynamicbook5.gif" border=1></a>'
Change the highlighted to the url you wish the images to link. You could also use relative or absolute addressing ;)
minpot
03-12-2008, 10:34 PM
:) Yes i will try this. And does the code work the same if i want it to link to an image instead of a page?
I dont know the difference between a relative or absolute addressing. Can you explain?
thank you !!!!
rangana
03-12-2008, 11:41 PM
I'm not good at explaining things, I'm a problem solver, Anyway i'll give it a try.
Relative Address - is when the page and the other files resides on the same folder of the same server, they can be addressed relative to each other.
Absolute Address - "Full Addressing"
If you've been confused more, this sites might help you explain vividly ;)
http://www.hybridelephant.com/computer/tutorial/relabs.html
http://capita.wustl.edu/Capita/WebResources/WebAuthor/rltvaddr.html
minpot
03-13-2008, 03:41 PM
than you so much. You are a REAL help . . . you might not know how to explain but you certainly know how to help !!!!
Thanks again
M
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.