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.

Adsense IE/FF problems

Discussion in 'Placement / Reviews / Examples' started by pairbrother, Feb 27, 2006.

  1. #1
    can anyone please check why adsense ads are not displaying in my site www.amritaworld.com, when viewed in FF, but are visible when viewed in IE ? :(

    Thanks in advance
     
    pairbrother, Feb 27, 2006 IP
  2. Shadow

    Shadow Peon

    Messages:
    191
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just for a test:

    Change

    
    #otherleftstuff {
    	width: 88%;
    	padding: 10px 6% 40px 6%;
    	}
    
    Code (markup):
    to

    
    #otherleftstuff {
    	width: 88%;
    	height: 500px;
    	padding: 10px 6% 40px 6%;
    	}
    
    Code (markup):
    in your styles.css file.
     
    Shadow, Feb 27, 2006 IP
  3. pairbrother

    pairbrother Well-Known Member

    Messages:
    386
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #3
    thnx shadow, but still not much difference
    height of left column has increased but ads can still not be seen in FF
     
    pairbrother, Feb 27, 2006 IP
  4. Shadow

    Shadow Peon

    Messages:
    191
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hmmm, I thought the column was under your navigation bar and that'd be the reason why FF isn't showing ads... guess it wasn't that...

    ADDED: Ok, I guess I found what's wrong. You messed up the code from Google. Copy/paste it again.

    It says
    <script type="text/javascript"
      //src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    Code (markup):
    but it should be
    
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    Code (markup):
    IE is a slow thinker, didn't get that bug ;)
     
    Shadow, Feb 27, 2006 IP
    pairbrother likes this.
  5. pairbrother

    pairbrother Well-Known Member

    Messages:
    386
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #5
    oh! thnx a lot shadow :)

    i m finally able to see the ads in both Ie/FF
    but the ads are not at all relevant :(

    anyways thnx again
     
    pairbrother, Feb 27, 2006 IP