Im trying to get the most basic and simple slideshow I can.
I dont want any thrills, and I am trying to keep code to an absolute minimum.
<META HTTP-EQUIV="refresh" CONTENT="2;url=case1b.htm">
At the moment, I have it like this :-
HTML file, displays an IMG ( All images are same size ) for 2 seconds then it loads up a second page.
What I have done, is simply made multiple copies of the one HTML file, but each one loads up a different picture then refreshes to the next html file
Now, I deally I would like to have only the one htm file, that loads up the pictures from a given directory or list of pictures.
I have been given links to various sites for this or that slideshow source, and its been great and I have robbed code left and right and I have done some nic eand clean gallery slideshows with my own and stolen code, and guess what? All thats needed is one picture that changes into a second and then a third and then a fourth and so on and then goes back to the start, and one link, to return to the homepage... Nothign more!
What I have done, is exactly what is wanted, but of course, having each HTML file for each picture is a bit pooey I know you will agree.
Anyone care to offer some help?
I dont want any thrills, and I am trying to keep code to an absolute minimum.
<META HTTP-EQUIV="refresh" CONTENT="2;url=case1b.htm">
At the moment, I have it like this :-
HTML file, displays an IMG ( All images are same size ) for 2 seconds then it loads up a second page.
What I have done, is simply made multiple copies of the one HTML file, but each one loads up a different picture then refreshes to the next html file
Now, I deally I would like to have only the one htm file, that loads up the pictures from a given directory or list of pictures.
I have been given links to various sites for this or that slideshow source, and its been great and I have robbed code left and right and I have done some nic eand clean gallery slideshows with my own and stolen code, and guess what? All thats needed is one picture that changes into a second and then a third and then a fourth and so on and then goes back to the start, and one link, to return to the homepage... Nothign more!
What I have done, is exactly what is wanted, but of course, having each HTML file for each picture is a bit pooey I know you will agree.
Anyone care to offer some help?