I know there is some sort of code to rotate as many banners as you'd like but I haven't been lucky enough to find one as I am new at HTML.
ANy suggestions?;)
Printable View
I know there is some sort of code to rotate as many banners as you'd like but I haven't been lucky enough to find one as I am new at HTML.
ANy suggestions?;)
Your banner file names should be in an array, and then use Javascript to load them dynamically. The easy way is to do them in order, calling them randomly could be more confusing when you write the code but it's doable.
An Ajax call summons the right file, and just load it into the <div> where the banners appear. jQuery makes this simple :D
If you're trying to do some kind of swooping effect, jquery makes it stupid simple as well.