HTML question - How do I set it up so the user can click through a handful of images?

  • Thread starter Thread starter rightsaid
  • Start date Start date
R

rightsaid

Guest
I will try to explain this as best I can ...

I am interested in having one main image load on the page. I would like to set it up so that clicking on this initial image will load a new image in it's place... another click would load a third image in it's place... and so on.

The images are all the same size but are variations of each other. I would like to be able to have three variations that people could click through.

Thanks!
 
An easy way is to have three copies of the page, with each page containing a different image, and have the images act as links that cycle through the pages. A >> B >> C >> A >> etc.
 
Back
Top