How can I have rotating picturers?

B

BS

I want to have a series of photographs rotate on my page. Any suggestions
will be appreciated.
 
J

John

I want to have a series of photographs rotate on my page. Any suggestions
will be appreciated.



I'm not sure if you mean a "slide show".
If you go to http://nusselder.ca/thejourney/index-orig.htm and take a look at
the source for that page, you'll see a script between
<!-- begin slide script -->
and
<!-- end slide script -->

Add as many pictures as you like

Place that script between <head> and </head> on you page.
Then, where ever you want the pictures to appear on your page, enter

"<body onload="runSlideShow()" topmargin="20" leftmargin="0">
<p align="center"><img src="1.jpg" name='SlideShow' width= 320>

Rname the files containing your pictures "1.jpg", "2.jpg" etc.

Hope this is what you meant, and that it works for you.

Cheers!



John <><

A wise monkey is a monkey who doesn't monkey
with an other monkey's monkey.
 
Top