Right, I'm not sure if I am going to explain this very well, but I'll try. I would like to buy ad space on a peron's site, and my ad will be placed in a banner rotation using a script. My question is, is can i get this sort of banner in the rotation:
http://www.thepokerbank.com/banner.html
It is not an image, but a table with a background image with text and links over the top.
I am not familiar with the script, but it looks something like this
<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="
www.website.com";
alt="RakeBackPages";
banner="
www.website.com/banner.gif";
width="120";
height="60";
}
Any ideas?