Logo

This is a very simple Random Photo Gallery in HTML format for 52 photos.

1. Unzip contents to a folder named "gallery".
2. Add your photos to this folder.
      One copy of your photos 800 x 600 max and named 0.jpg to you last photo eg. (51.jpg)

3. You can also update the look of the gallery
      a) The Logo, just replace the logo.gif with your own. This is GIF file 550 x 100
      b) The Background, just replace the bg.jpg with your own (must be jpg)
      c) The Icon, just replace the gallery.ico with your own (32 x 32)

If you want more or less then 52 photos you can update the line in the ss.html file

<script>;document.getElementById('a').src="./"+Math.abs( Math.round(Math.random()*51))+".jpg";</script>
Variable in RED..... Note you need a photo 0.jpg so the number of your last photo -1

If you want adjust the auto time you can update the line in the ss.html file

<META HTTP-EQUIV="Refresh"CONTENT="20; URL=ss.html">
Variable in RED

It is hoped you will find these files of use for more go to www.ajhw.co.uk


© Copyright by A.J.H. Computer Services, All Rights Reserved.