Making a Slide Show
This one is great. The <META> tag in the head section of your HTML page (where you add info for search engines, for example) can be adjusted to make slide shows.
To Make:
1. Edit your HTML page in CODE view or in an HTML editing program or a text editor.
2. Change the Meta tag or add it in if it isn't there to:
<META HTTP-EQUIV="Refresh" CONTENT="3;URL=nextpage.html">
"3" is just 3 seconds. To wait longer to change the image make the number greater.
"nextpage.html" is the next page you want to view.
3. Change the META tag of the next page to point to the following page and so on...