Random banner at each access
Description
This tutorial will allow you to have a random banner every time you load your forum pages
Demo
Code
You have to reply to this topic to see the code (avoid Flood)
General Informations
Code creator: Ange TuteurCode tested on: All browsers - All forum versions
Checked by: Niko
Extra infos: We set a range from 0 - 4, but not including 4. So, Math.floor(Math.random() * 4) will have a chance of 0, 1, 2, and 3.
Increase the value of four and add more conditions to display a wider range of banners.
Also replace /img.gif by the URL of your images.
