Hi, I currently run a website that is running the "basic simplicity" wordpress theme. This theme does not allow ads in the header next to the logo. I had someone come up with some code a while back to get them in the header, but it is messy. The code is floating in there, and depending on the resolution of your computer, size of your browser, the ad floats around. accountanttown.com/site/ I need the ad in the header to be the full size google banner ad [currently the half size banner] and sit to the right of my logo, and not float around as it is currently. Please PM me with your bids on this job and I will pick the person with the best big/service. Thanks
I don't know why it's in your <head></head> tags, but if you do this it works quite well. Find: div id="header" onclick="location.replace('http://www.accountanttown.com/site');" style="cursor:pointer;cursor:hand;"> <h1><a href="http://www.accountanttown.com/site">Accountant Town</a></h1> <p class="description">A place by Accountants, for Accountants</p> </div><!--end header--> Code (markup): Below add: <div style="float:right;margin-top:-60px;"> <script type="text/javascript"><!-- google_ad_client = "ca-pub-0120547683953193"; /* Horizontal Full Banner */ google_ad_slot = "4840387096"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> Code (markup):