Quote:
Originally Posted by NJharley
Ok.,, I have this installed cant figure out if this is the right thing for me.. I don't plan on using adsense, I want to post ad banners for local business that will rotate 5-6 different banners with links to each site. Im lost with the Adcode part......I wanted to just ad an html code for the banner with a link to the site on various forum pages and on different parts of the pages as well...
Thanks in advance
|
In the Admip CP under the Admanagement setting in the Header and Navbar setting:
This is my Code:
Code:
<a href="http://www.URLOFSPONSER.com"target="_blank"><img src="images/*******/*******" border="0" /></a>
Simply create a code for each of your sponsors, then divide each code by a " | ". That is the default divideing mark for the code in Admanagement.
For Example:
Code:
<a href="http://www.upstatedieselperformance.com"target="_blank"><img src="images/banners/upstate1.gif" border="0" /></a> | <a href="http://www.championtransmission.net"target="_blank"><img src="images/banners/champtrans1.gif" border="0" /></a> | <a href="http://www.dieselhaulin.com/forums/cartplog.php"target="_blank"><img src="images/banners/gearad.gif" border="0" /></a> | <a href="http://www.ironbullbumpers.com/"target="_blank"><img src="images/banners/ironbullad.gif" border="0" /></a> | <a href="http://www.dmaxwrenchkit.com"target="_blank"><img src="images/banners/wrenchkit2.gif" border="0" /></a>
Hope this helps you!