Hi everyones, I did tried to put Google 468x60 ad format, throught the ancient form, ex: I believe that everything is okay, however, see what is appearing on my website on the right: http://www.sobooky.com I just don't understand why i do have this strange vertical ad. How Could I fix this? BTW, I also tried the new google ad format, but It is giving me the same result.
The CSS is messing it up. Not sure, but change <td width="77%" valign="top"> PHP: to <td width="100%" valign="top"> PHP:
I will give it a try but I don't think that it will come to something. I have put 77% fot the right side % of the website. I will se what It will give Edit: Nop, it don't work, it still do remain the same. Maybe it because of the table, should i try to put a div?
I thnink there is something wrong with your php code : <script type='text/javascript'><!-- google_ad_client = '<?php echo 'pub-xxxxxxxxxxxxxx';?>'; google_ad_width = 468; google_ad_height = 60; google_ad_format = '468x60_as'; google_ad_type = 'text'; google_ad_channel = '<?php echo '8700121697';?>'; google_color_border = 'dae0e7'; google_color_bg = 'dae0e7'; google_color_link = '154f7b'; google_color_text = '154f7b'; google_color_url = 'e2622f'; //--> </script> <script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'> </script> PHP: change the <?php echo 'pub-xxxxxxxxxxxxxx';?> with your publisher id directly pub-xxxxxxxxxxxxxx and <?php echo '8700121697';?> with 8700121697 i think the code is not executed on server side it may work
Loool, I did forgot to include the php page that was Having my pubid and Channel variable. lol, Thank you DrAngelo for buzzing me, it sure helped a lot