hi i have the site
http://xtcservers.co.uk and i have downloaded a script for a horizontal image scrolling box.
i am not a very good coder and would appreciate some help.
here is the code:
Code:
//Specify the slider's width (in pixels)
var sliderwidth="300px"
//Specify the slider's height
var sliderheight="150px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#EAEAEA"
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://"><img src="images/uploaded/_sfpg_data/thumb/" border=1></a>'
//Specify gap between each image (use HTML):
var imagegap=" "
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=9at
the part were you specify the images to use is there a way to use a folder of images insdead of specifying each one for it to scroll trough.
also is there a way to center the scroll box if you have a look the box is to the left.
thanks lee