Thread: Banner Ads?
View Single Post
Old August 14th, 2009, 09:06 PM   #5 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Using layers ontop of the header are helpful also. It places it ontop of the page, rather than within the header, sometimes causing layout issues.

Just use the below code, and edit the positions to on the header file you want to use to get it just in the right spot:

Quote:
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:579px;
top:38px;
width:356px;
height:112px;
z-index:1;
}
-->
</style>
<div id="apDiv1">

enter your banner code here

</div>
Might also check out google ad manager: Google Ad Manager is a hosted ad management solution that can help you sell, schedule, deliver, and measure all of your directly-sold and network-based inventory.
skidpics is offline   Reply With Quote