@
 Random Images
Overview Details Install Tips

When using the random image program, it is best to use images of the same height and width. This will ensure that any image selected by the program will be the same size.

The program places an image tag in your HTML document. This image tag has no border and does not specify a height and width. The alternate text displayed is just the name of the image selected. For example, lets say you have 20 images in your random image directory and the image sky.jpg is selected. Assuming you specified the directory ranimage as the directory to contain your images, the line below would be the line of code displayed by the program:

<IMG SRC="/ranimage/sky.jpg" ALT="sky.jpg">

Do not put more than 1,000 images in your ranimage directory, as this will greatly slow down the program and have a negative impact on the load time of your website.