1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help me find the code please?

Discussion in 'HTML & Website Design' started by LadyHoldem, Oct 29, 2006.

  1. #1
    Heya guys I'm having trouble getting some adds outa this article .. and 15,999 like it.. I bought the articles... the google code is in a peachy orange, I want to get rid of the code in grey right under it...

    can anyone help me figure out what to get rid of? I've been messing with it for hours..

    URL of one of the articles= http://www.jammiesatwork.com/advertising/Online_Advertising_for_Dummies.html


    ~LadyH
     
    LadyHoldem, Oct 29, 2006 IP
  2. WACMan

    WACMan Peon

    Messages:
    253
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks like there is an extra script code at bottom of the adsense code...try removing it and see if that works.
     
    WACMan, Oct 29, 2006 IP
    LadyHoldem likes this.
  3. DatR

    DatR Peon

    Messages:
    210
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you need to change this:

    
              <a href="http://www.jammiesatwork.com/forum">Discuss this Article</a> 
            <p><a href="index.html">
            <img border="0" src="small.jpg" width="124" height="93"></a></span></div>
    
            <p align="left"><hr /></p>
            <p align="left"><script type="text/javascript"><!--
    google_ad_client = "pub-0883767327961300";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text";
    //2006-10-23: Advertising
    google_ad_channel = "0496096667";
    google_color_border = "FFCC66";
    google_color_bg = "FFFFCC";
    google_color_link = "F2984C";
    google_color_text = "F2984C";
    google_color_url = "940F04";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
                  <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                </script>
    
    Code (markup):
    remove basically the second
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    so its like this:

    
              <a href="http://www.jammiesatwork.com/forum">Discuss this Article</a> 
            <p><a href="index.html">
            <img border="0" src="small.jpg" width="124" height="93"></a></span></div>
    
            <p align="left"><hr /></p>
            <p align="left"><script type="text/javascript"><!--
    google_ad_client = "pub-0883767327961300";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text";
    //2006-10-23: Advertising
    google_ad_channel = "0496096667";
    google_color_border = "FFCC66";
    google_color_bg = "FFFFCC";
    google_color_link = "F2984C";
    google_color_text = "F2984C";
    google_color_url = "940F04";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    Code (markup):
     
    DatR, Oct 29, 2006 IP
    LadyHoldem likes this.
  4. LadyHoldem

    LadyHoldem Well-Known Member

    Messages:
    911
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Ty Ty :) :) Rep added!
     
    LadyHoldem, Oct 29, 2006 IP