Hey guys, I copied/pasted my google adsenese script code of a page of my web site but the display of the block come with a yellow band that appears on a portion of Block: www.discoverdjerba.com/pirate-ship.php <!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Pirate ship - DiscoverDjerba.com</title> <meta name="description" content="Pirate ship in Djerba"> <meta name="author" content="Saber Ben Hassen"> <!-- Load CSS --> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css"> <link rel="stylesheet" href="css/smoothness/jquery-ui-1.8.16.custom.css"> <!-- Page icon --> <link rel="shortcut icon" href="favicon.png"> <!-- Load Modernizr --> <script src="js/libs/modernizr-2.0.min.js"></script> <!-- Load JavaScript --> <script src="jquery/1.6.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script> <script src="js/libs/jquery-ui-1.8.16.custom.min.js"></script> <script src="js/script.js"></script> <script src="fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script src="js/datepicker.html"></script> <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> </head> <body> <!-- Header --> <?php include("header.php"); ?> <?php include("lang.php"); ?> <!-- Heading --> <h2>Pirate ship.. </h2> </header> <!-- Main content --> <div class="container_12"> <!-- Blogpost --> <section class="blogpost grid_12"> <!-- Article --> <article class="simple"> <h2><a href="pirate-ship.php"></a></h2> <h2><a href="pirate-ship.php">Boat trip to the Flamingo island</a></h2> <div class="info"> by <strong>Saber Ben Hassen</strong> <img src="img/hseparator.png" alt="" /> <strong>Dec 28</strong> </div> <p>In recent years, this tour has become one of the most popular tourist activities in Djerba..</p> <p><a href="pirate-ship.php" class="title"><img src="img/placeholders/590x130/5.jpg" alt="" class="add_border" /></a></p> <p> Several departures are available daily from the tourist port of Marina Houmet Souk. It is advisable to book in advance although you can still find a few places available on site. The price and quality of service vary by boats. In general it is possible to book this tour at the hotel for a price of 25-35 euros. The program : <br/> <br/> Departure at 08:00 from the port of Houmet Souk Djerba. <br/> <br/> Embark on pirate ships to the island for flamingos to discover the rhythm of life of the captain and sailors, their customs and joy of life at sea If you're lucky the dolphins will ofthe party. <br/> It takes between 45 minutes and 60 minutes to reach the island. <br/><br/> Arrival to the peninsula of flamingos, installation in tents or shelters of palm leaves.Leisure, preparing lunch, swimming and sunbathing on a beach of fine sand, <br/><br/> Back in protected shady lunch:<br/><br/> Menu <br/> Couscous <br/> Grilled fish <br/> Tunisian Salad <br/> Beverages: Coca Cola + water <br/> Mint tea <br/> <br/> Relaxation and folk entertainment: games, songs, dances with client participation <br/> <br/> Back at the port around 17:00 and transfer to hotel. </p> </article> <!-- Author --> <section class="author simple"> <h2>Advertisement</h2> <script type="text/javascript"><!-- google_ad_client = "ca-pub-7819684295378675"; /* Bloc carré Djerba */ google_ad_slot = "6896988249"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </section> <div class="clear"></div> </section> <div class="clearfix"></div> <hr class="dashed grid_12" /> <?php include("postblogfooter.php"); ?> <!-- Footer --> <?php include("footer.php"); ?> </body> </html> HTML: How can I remove it please? Thank you in advance.
Looked at the page referenced & the home page... Didn't see the problem mentioned here. Did notice the ad 'box' 300X250 was larger than the table you've put it in. I've had that cause a problem in the past. You could change the ad size to 250x250 and see what you get. Or change your template... Hope this helps, pogritz
this is the problem with css and your ad block size height. which platform you are using on your website, e.g. wordpress etc
I looked at the page in the following browsers: safari, IE, opera, firefox and chrome. None of them duplicated the yellow bar at the bottom of your adsense ad block. On the other hand, none of the browsers displayed the entire ad block and 'cut' off the bottom of the ad (which shows yellow in your image above) Although it doesn't show up in your code, I'm thinking klixindia may have the answer: somethings screwy with you css. For example, there are lines of code around the adsense javascpt that aren't necessary. Perhaps you could remove those. Removing the 'author' tags before and after the adsense java script, may not solve your problem, but you don't need them. Stripping away everything but the adsense code should tell you if you've a coding problem or a design issue. Hope this helps