Use a text editor and make this:
HTML Code:
<body background=<FONT color=#ff0000>onLoad="StartSlideShow()"</FONT>>"images/German_Shep_2.jpg" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" bgcolor="#C0C0C0">
look like this:
HTML Code:
<body onLoad="StartSlideShow()" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" bgcolor="#C0C0C0">
Then in the script where it has:
Code:
var Slides = new Array('image1.gif','image2.gif','image3.gif');
(still using a text editor) change the image1.gif - image2.gif, etc. to your images. Make sure to upload your images to the same directory as the page. There might be other problems but, that should do it. Without the above changes, it will never work.
Bookmarks