Thread Starter
KarlR
(@karlr)
Awesome, I got it working! Nothing to it and now I think I have a greater understanding of wordpress, php and css. Rate4d thanks for the help.
Thread Starter
KarlR
(@karlr)
Alright, so I think I follow. I need to edit the code in the header.php file to included my banner code. Here is what I have so far. I pretty much justcopied what the other entries in that .php file
looked like and threw my code it. It kind of works… The problem is that while the size and shape of the ad is displayed it doesn’t appear on my site.
<div id=”BanAd”>
<script type=”text/javascript”><!–google_ad_client = “pub-0162577004969841”;/* 728×90, created 11/26/09 */google_ad_slot = “2606563924”;google_ad_width = 728;google_ad_height = 90;//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div><div class=”cleared”></div>
Thread Starter
KarlR
(@karlr)
I’m talking about a Google add banner.