|
Post by Isa The Great on Oct 11, 2009 14:01:45 GMT -5
Global Header <script type="text/javascript"> <!-- /* random banner - open source */ var images = []; var n = 0;
images[n++] = 'Image URL 1'; images[n++] = 'Image URL 2'; images[n++] = 'Image URL 3';
var r = Math.floor(Math.random() * images.length); document.getElementsByTagName('img').item(0).src = images[r]; //--> </script> Repeat/edit the lines in bold as many times as you need. For the best results, I'd recommend using a blank image as the forum logo in 'Admin --> Skins --> Modify Skin' eg. img520.imageshack.us/img520/2898/blank6zs.gif
|
|