[thelist] Slide show with html text

Mark Groen mark at markgroen.com
Tue Oct 14 12:04:42 CDT 2003


----- Original Message ----- 
Sent: October 14, 2003 9:13 AM
Subject: Re: [thelist] Slide show with html text


> Mark,
>
> Just to bring you up to date, what I need to do is have 3-4 images
rotate
> with quotes under them.  There is a quote for each image, and each
image
> will need to pause for around 9 seconds.  So I need a way to replace
the 4
> rotating GIF images with 4 rotating HTML text paragraphs.

okay, then just write it in your variable as a string then?

> > var text1= "some quote one"
> > var text2= "some quote two"
> > var text3= "some quote three"
> > var text4= "some quote four"

You mentioned that you wanted 9 seconds, increase the value in this line
to 9000:

setTimeout("slideit()",5000)

hope that helps a bit more than my first reply ;-)

cheers,

        Mark



More information about the thelist mailing list