+ Reply to Thread
Results 1 to 7 of 7

Thread: Google ads in a table cell
      
   

  1. #1
    TwelveBeads's Avatar
    TwelveBeads is offline Second Lieutenant
    Join Date
    Oct 2005
    Location
    Jersey
    Posts
    134

    Question Google ads in a table cell

    I have learned how to insert a paypal button into a table. For some reason my google ads are not working in the new 7.7.
    I have half my site switched

    This link is to a page with a google ad in a table b4 7.7
    http://www.twelvebeads.com/About_Prayer_Beads.html

    This link is with 7.7
    http://www.twelvebeads.com/index.html

    Im not sure what I am doing wrong.
    Gwen

  2. #2
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Google ads in a table cell

    most probably you miss place tag in your script.
    check it out
    your script code:
    Code:
     
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>>
    has to be
    Code:
     
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    Just a little mistake sometime will make big problem.
    .
    .
    Nyoman

  3. #3
    TwelveBeads's Avatar
    TwelveBeads is offline Second Lieutenant
    Join Date
    Oct 2005
    Location
    Jersey
    Posts
    134

    Default Re: Google ads in a table cell

    I saw that error on other pages - I removed the extra> and google ad still not showing. What else could it be?
    G-

  4. #4
    akhtar374 is offline Private
    Join Date
    Feb 2006
    Posts
    1

    Default Re: Google ads in a table cell

    hi
    i want to friendship with u.

  5. #5
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Google ads in a table cell

    I saw that error on other pages - I removed the extra> and google ad still not showing. What else could it be?
    Take it eassy, let's chack it out.
    Here is your problem:
    Code:
     
    <TD align="center" valign="bottom" BGCOLOR="#FFFFFF" bordercolor="#800080" width="702" height="66"
    the tag on your last cell is open, that happen when you insert your script inside tag of the cell in Bluevoda, so to solve this problem you have to adjust your script little bit, make it like this:
    Code:
     
    ><script type="text/javascript"><!--
    google_ad_client = "pub-1161257185236030";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    google_color_border = "99CC66";
    google_color_bg = "FFFFFF";
    google_color_link = "990099";
    google_color_url = "FF3399";
    google_color_text = "990099";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script
    the first ">" will close the code of the cell and the last "</script" will be automatic clossed by original tag of the cell.
    Try! and good luck
    .
    .
    Nyoman

  6. #6
    TwelveBeads's Avatar
    TwelveBeads is offline Second Lieutenant
    Join Date
    Oct 2005
    Location
    Jersey
    Posts
    134

    Default Re: Google ads in a table cell

    Thank you, thank you, thank you, thank you! I knew it was something simple my eye just does not pick it up. I really really appreciate your help.

    Blessings!

  7. #7
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Google ads in a table cell

    you're welcome
    .
    .
    Nyoman

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49