Making a Slideshow
Site hosted by Angelfire.com: Build your free website today!


To make a slide show, cut and paste this, making as many copys as you have pics.
Leave out the question marks (?), that will be where you put the next page and image url.
<html>
<head>
<title>slideshow
</title>
<meta http-equiv="refresh" content="10;url=?.html">
<link href="?.html" rel="next">
</head>
<body bgcolor="black">
<center>
<img src="?.jpg">
</center>
</body>
</html>

Simply erase the question marks and copy as many as you need, then where the ? was you will put the next page it goes to, plus put in your image url.
You can use a background if you want but it should be the same on every page to load faster.
Next