1. | In the first page, within the head section, type <meta http-equiv="refresh". (That's a regular hyphen between http and equiv.)
|
2. | Type content="n; where n is the number of seconds the current page should display on the screen.
|
3. | Type url=nextpage.html" /> where next-page.html is the URL of the next page that you want the visitor to jump to automatically.
|
4. | Repeat these steps for each page in the series.
|