Announcement

Collapse
No announcement yet.

Google ads in a table cell

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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="[URL="http://pagead2.googlesyndication.com/pagead/show_ads.js"]http://pagead2.googlesyndication.com/pagead/show_ads.js[/URL]">
    </script>>
    has to be
    Code:
     
    <script type="text/javascript"
      src="[URL="http://pagead2.googlesyndication.com/pagead/show_ads.js"]http://pagead2.googlesyndication.com/pagead/show_ads.js[/URL]">
    </script>
    Just a little mistake sometime will make big problem.
    .
    .
    Nyoman

    Comment


    • #3
      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-

      Comment


      • #4
        Re: Google ads in a table cell

        hi
        i want to friendship with u.

        Comment


        • #5
          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="[URL="http://pagead2.googlesyndication.com/pagead/show_ads.js"]http://pagead2.googlesyndication.com/pagead/show_ads.js[/URL]">
          </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

          Comment


          • #6
            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!

            Comment


            • #7
              Re: Google ads in a table cell

              you're welcome
              .
              .
              Nyoman

              Comment

              Working...
              X