The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with my Banner Ads
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 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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|