Log in

View Full Version : Help with my Banner Ads


software-help
01-04-2006, 04:51 PM
I have installed a code hack to place linked banners that changed on each page etc,

The problem is I am trying to find out how I can get these in line with the mail logo but at the right hand side instead of below the logo and in center,

Any help would be great thanks

Steve

See Banner here www.software-help.co.uk

And here is the code

<center>
<SCRIPT LANGUAGE="Javascript"><!--

// ***********************************************
// AUTHOR: <a href="http://WWW.CGISCRIPT.NET," target="_blank">WWW.CGISCRIPT.NET,</a> LLC
// URL: <a href="http://www.cgiscript.net" target="_blank">http://www.cgiscript.net</a>
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( <a href="http://www.cgiscript.net/scripts.htm" target="_blank">http://www.cgiscript.net/scripts.htm</a> )
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray

banner[number++] = "<a href='http://www.darksidemedia.biz/board' target='_blank'><img src='http://i10.photobucket.com/albums/a123/darksidemedia/dark.gif' border='1'></a>"
banner[number++] = "<a href='http://www.digidudez-forums.co.uk/' target='_blank'><img src='http://img343.imageshack.us/img343/9416/jjsfourmsbanner71ft.gif' border='1'></a>"
banner[number++] = "<a href='http://www.jo3uk.com/' target='_blank'><img src='http://i10.photobucket.com/albums/a123/darksidemedia/jo3uklogo.gif' border='1'></a>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//--></SCRIPT>