Google ads in a table cell

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • TwelveBeads
    Second Lieutenant

    • Oct 2005
    • 135

    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


    This link is with 7.7


    Im not sure what I am doing wrong.
    Gwen
  • Nyoman
    Major

    • Sep 2005
    • 426

    #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

    • TwelveBeads
      Second Lieutenant

      • Oct 2005
      • 135

      #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

      • akhtar374
        Private

        • Feb 2006
        • 1

        #4
        Re: Google ads in a table cell

        hi
        i want to friendship with u.

        Comment

        • Nyoman
          Major

          • Sep 2005
          • 426

          #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

          • TwelveBeads
            Second Lieutenant

            • Oct 2005
            • 135

            #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

            • Nyoman
              Major

              • Sep 2005
              • 426

              #7
              Re: Google ads in a table cell

              you're welcome
              .
              .
              Nyoman

              Comment

              Working...
              X