The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm wanting to make this text ad slot (see attachment) a rotating text add. Ant ideas as to how I can get this done? Thanks
|
#2
|
|||
|
|||
![]()
You mean something like this:
Code:
<center> <script language="JavaScript"> images = new Array(4); images[0] = "<a href = 'http://www.LinkToBannersWebsite.com target=_new' style='text-decoration: none'>Text banner 1</a>"; images[1] = "<a href = 'http://www.LinkToBannersWebsite.com target=_new' style='text-decoration: none'>Text banner 2</a>"; images[2] = "<a href = 'http://www.LinkToBannersWebsite.com target=_new' style='text-decoration: none'>Text banner 3</a>"; images[3] = "<a href = 'http://www.LinkToBannersWebsite.com target=_new' style='text-decoration: none'>Text banner 4</a>"; index = Math.floor(Math.random() * images.length); document.write(images[index]); </script> </center> |
#3
|
|||
|
|||
![]()
sweeeeeet! thank you playa
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|