Forum Moderators: open
<param name="Image1" value="d2_fairy.jpg">
<param name="Image2" value="d2_courtyard.jpg">
<param name="Image3" value="d2_knight.jpg">
<param name="Image4" value="d2_history.jpg">
the script has come from codebrain.com.
Cheers Ian
I am assuming that the newly created images folder and the html file are in the same folder, if so your params should look like this...
<param name="Image1" value="images/d2_fairy.jpg">
<param name="Image2" value="images/d2_courtyard.jpg">
<param name="Image3" value="images/d2_knight.jpg">
<param name="Image4" value="images/d2_history.jpg">
birdbrain