Hello,
I am trying to use a script to integrate banners in rotation on my website.
I found a script at this address:
www.bannercreator.nu
As they say, I made a file call rotation-script.js with the script they give on the site.
Also, I have add the other script on the page where I want my banners.
That script gives me nothing. For each banners, I have replaced this:
document.write("<\"Your 2. HTML-Banner-Code\">");
with something like this:
document.write("<\"mybannerurl.gif">");
Have I done it right?
Thank you