The html file is a "wrapper" for the image file. In this technique, each JPG has an associated HTML file.

If you have five JPGs,

picture1.jpg
picture2.jpg
picture3.jpg
picture4.jpg
picture5.jpg

then you would create five HTML files...

index.html
slide2.html
slide3.html
slide4.html
slide5.html

each one would have the HTML code you supplied and the reference to the corresponding JPG image. Index.html would refresh to slide2.html; slide2.html would refresh to slide3.html, and so on until slide5.html, which would refresh back to index.html.

The first is named "index.html" so that when people navigate to the folder which holds these items, it will display the first page by default.

It's probably beyond the scope of the Revolution list to cover all the things you need to know about beginning HTML, but hopefully that gets you started.

"Hershel Fisch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 4/23/07 8:31 PM, "Bill Marriott" <[EMAIL PROTECTED]> wrote:

The META tag has a "refresh" parameter which automatically switches to
slide2.html after 5 seconds.
Thanks, that¹s my question, what is the file "slide2.html"?
Or, folder "mySlideShow" which contains e.g. 5 .jpg files, for the slide
show what is the slide2.html? That¹s not a .jpg file?
Thanks, Hershel

Hi all, This was a post a while ago and I'm trying to figure this out


<META HTTP-EQUIV="Refresh" CONTENT="5;URL=MySlideShow/slide2.html">


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to