1.

Solve : HTML Picture Gallery continues loop????

Answer»

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"



Discussion

No Comment Found