Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HTML Picture Gallery continues loop???  (Read 2952 times)

0 Members and 1 Guest are viewing this topic.

bagosto

  • Guest
HTML Picture Gallery continues loop???
« on: May 02, 2010, 02:11:26 AM »
I am new to HTML and am trying to figure out a way to make my gallery of photos become sort of a loop (when you get to the last photo it goes to the first & if you press on the left arrow it goes back to the last photo....

I am not sure how to do it and was hoping for some help....
 So far this is what I have there is a total of 11 pictures but I am not sure how to get it all working is there anyone that could help with some code to figure this out?

 leftArrowURL          stores the URL of the left arrow glyph
 prevURL               stores the URL of the previous page
 imageStatusString     shows current image number and total
 rightArrowURL         stores the URL of the right arrow glyph
 nextURL               stores the URL of the next page

My code looks something like this...


 leftArrowURL=${imageDir}/left_arrow.gif
 prevURL="url"
 imageStatusString="1 of 11"
 rightArrowURL=${imageDir}/right_arrow.gif
 nextURL="url"