Thread: web slideshow?
View Single Post
Old May 4th, 2003, 11:30 PM     #2 (permalink)
vass0922
Not Really a Member
 
Join Date: Oct 2001
Posts: 25,402
the quick and cheeeeeeeeeeeeeeeesiest way to do it

Just put up a simple html page for each picture, then put a meta refresh tag on each html page for an alloted period of time to wait for the next pic.
Code:
<html>
<head>
    <title>Picture 1 title for TitleBar of browser</title>
    <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://yourpage.com/goeshere/stormthatkicksarse02.jpg"> 
</head>
<body>
<img src=stormthatkicksarse01.jpg>
</body>
</html>
something like that
The refresh will redirect you to the 2nd image, and on the next page, have it point to the 3rd page etc.

Or you can buy photopost it has that ability
__________________
Helicopters don't fly; they vibrate so much and make so much noise that the earth rejects them.
vass0922 is online now   Reply With Quote