View Single Post
Old March 7th, 2006, 02:21 PM   #3 (permalink)
ryansmith83
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 11
My PhotoPost install is at: http://www.simplydiscus.com/gallery

My vBulletin forum is at: http://www.simplydiscus.com/forum

The banner I'm using is a Javascript banner. You put the following line in the header section:

Code:
Content visible to verified customers only.
Then the following code has to be placed into the actual forum template somewhere... for instance, in vBulletin I have it in my navbar template.

Quote:
<script type="text/javascript">
// Banner Ad Rotater v3.02
// Author: Anarchos > anarchos3@hotmail.com > http://anarchos.xs.mw/bannerad.phtml
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
myAd2 = new Banner( 15, 468, 60, "Visit our sponsor", 1, 0 );
myAd2.Ad( "banners/ad.gif", "http://www.site.com", "Ad" );
myAd2.Ad( "banners/ad2.jpg", "http://www.site2.com", "Ad 2" );
myAd2.output();
// -->
</script>
ryansmith83 is offline   Reply With Quote