What the hell is appearing?

Discussion in 'AdSense' started by ako, Apr 22, 2008.

  1. #1
    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:(.
     
    ako, Apr 22, 2008 IP
  2. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #2
    The CSS is messing it up.

    Not sure, but change
    <td width="77%" valign="top">
    PHP:
    to
    <td width="100%" valign="top">
    PHP:
     
    Abhik, Apr 22, 2008 IP
  3. ako

    ako Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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?
     
    ako, Apr 22, 2008 IP
  4. ako

    ako Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Someone?

    Please....
     
    ako, Apr 22, 2008 IP
  5. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #5
    I have no idea mate.. I am not a coder.
    It was just my assumption.
     
    Abhik, Apr 22, 2008 IP
  6. ako

    ako Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    :(:(, ok.....

    Anyone, else.....
     
    ako, Apr 22, 2008 IP
  7. DrAngelo

    DrAngelo Active Member

    Messages:
    170
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #7
    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 :)
     
    DrAngelo, Apr 22, 2008 IP
  8. ako

    ako Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8

    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:D
     
    ako, Apr 22, 2008 IP
  9. DrAngelo

    DrAngelo Active Member

    Messages:
    170
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #9
    Not at all, you are welcome :) Happy that this helped you
     
    DrAngelo, Apr 22, 2008 IP
  10. database

    database Banned

    Messages:
    77
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    now your Google's PSA works fine now
     
    database, Apr 22, 2008 IP
  11. ako

    ako Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks buddy:D.
     
    ako, Apr 24, 2008 IP