Okay, this is driving me nuts. I have been busy with this issue for over 3 hours now. Could someone please explain why the hell my ads aren't showing on my webpage ? (www.weloveproxies.com/index.html). See the white box in the right corner below ? There should be adsense ads.. why aren't they showing ? I have waited more than 3 hours and they still don't show up. I tried different sizes, some work (200x200 works) but the current size (250x250) doesn't work at all... why ? Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>WeLoveProxies.com</title> <link rel="stylesheet" type="text/css" href="./css/main.css" /> </head> <body style="margin: 0px 1px;"> <div id="container"> <div id="header"> <span id="main_header">The WeLoveProxies Network</span> <img src="img/header_right_bg.png" alt="" id="header_logo" /> </div> <div id="nav_menu"> <div class="link_container"> <a href="index.html" class="main_nav">home</a><span class="link_separator">::</span> <a href="proxies.html" class="main_nav">our proxies</a><span class="link_separator">::</span> <a href="news.html" class="main_nav">news</a><span class="link_separator">::</span> <a href="about.html" class="main_nav">about us</a><span class="link_separator">::</span> <a href="disclaimer.html" class="main_nav">disclaimer</a><span class="link_separator">::</span> <a href="abuse.html" class="main_nav">report abuse</a><span class="link_separator">::</span> <a href="contact.html" class="main_nav">contact us</a> </div> </div> <div id="body"> <div id="body-left-panel"> <div style="padding: 10px;"><!-- Box --> <div class="box_upper_part"> <img src="img/box_up-left_edge.png" alt="" class="align-left" /><img src="img/box_up-right_edge.png" alt="" class="align-right" /> <span class="box_header">:: Our Proxies</span> </div> <div class="box_middle_part"> <div class="pad_15tah">Below is a list which contains all our proxies within our network. <br /> Of course, all proxies within our network are free to use. Enjoy !<br /> <strong></strong><br /> <table style="float: left;" border="0" cellpadding="4" cellspacing="0" width="456"> <tbody> <tr> <th>URL</th> <th>Server Status</th> <th>Date Launched</th> </tr> <tr> <td><a href="http://www.killthefilter.com">KillTheFilter.com</a></td> <td>Online!</td> <td>18 October 2008</td> </tr> <tr class="tr2"> <td><a href="http://www.halloweenproxy.com">HalloweenProxy.com</a></td> <td>Online!</td> <td>19 October 2008</td> </tr> </tbody> </table> <br /> <br /> <br /> <br /> <br /> </div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge.png" alt="" class="align-left" /> <img src="img/box_low-right_edge.png" alt="" class="align-right" /> </div> </div> </div> <div id="body-right-panel"> <div style="padding: 10px;"><!-- Box --> <div class="box_upper_part"> <img src="img/box_up-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_up-right_edge_dark.png" alt="" class="align-right" /> <span class="box_header">:: The WeLoveProxies Network</span> </div> <div class="box_middle_part"> <div style="padding: 10px;"> <ul class="img_green"> <li> <strong>Active Proxies in Our Network:</strong><br /> <a href="http://www.KillTheFilter.com">http://www.KillTheFilter.com</a><br /> <a href="http://www.HalloweenProxy.com">http://www.HalloweenProxy.com</a> </li> </ul> </div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_low-right_edge_dark.png" alt="" class="align-right" /> </div> <span class="box_header"></span> <div class="box_upper_part"> <img src="img/box_up-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_up-right_edge_dark.png" alt="" class="align-right" /> <span class="box_header"></span> </div> <div class="box_middle_part"> <div style="padding: 10px;" align="center"> <script type="text/javascript"><!--google_ad_client = "pub-7315147117699186"; /* weloveproxies rechts onder 250x250 */ google_ad_slot = "4522536277"; google_ad_width = 250; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_low-right_edge_dark.png" alt="" class="align-right" /> </div> <!-- /Box --> </div> </div> </div> <div id="footer"> <div id="footer_nav_menu"> <div class="footer_link_container"> <span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span> </div> </div> <div id="footer_copyright"> <div class="copyrite"> Copyright 2008 WeLoveProxies.com </div> </div> <div id="footer_designby"> <div class="designedby"><br /> </div> </div> </div> </div> </body> </html> HTML: Thanks in advance
I had problems with their ad manager serving up ads in a timely fashion, so I reverted back to using their older tags and it served up ads immediately. All you should care about is the publisher_id if you know how to adjust the ad sizes accordingly.
Thanks for the replies. I replaced it with a 200x200 and my ads are still now showing. This is giving me a headache.. please help ? New code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>WeLoveProxies.com</title> <link rel="stylesheet" type="text/css" href="./css/main.css" /> </head> <body style="margin: 0px 1px;"> <div id="container"> <div id="header"> <span id="main_header">The WeLoveProxies Network</span> <img src="img/header_right_bg.png" alt="" id="header_logo" /> </div> <div id="nav_menu"> <div class="link_container"> <a href="index.html" class="main_nav">home</a><span class="link_separator">::</span> <a href="proxies.html" class="main_nav">our proxies</a><span class="link_separator">::</span> <a href="news.html" class="main_nav">news</a><span class="link_separator">::</span> <a href="about.html" class="main_nav">about us</a><span class="link_separator">::</span> <a href="disclaimer.html" class="main_nav">disclaimer</a><span class="link_separator">::</span> <a href="abuse.html" class="main_nav">report abuse</a><span class="link_separator">::</span> <a href="contact.html" class="main_nav">contact us</a> </div> </div> <div id="body"> <div id="body-left-panel"> <div style="padding: 10px;"><!-- Box --> <div class="box_upper_part"> <img src="img/box_up-left_edge.png" alt="" class="align-left" /><img src="img/box_up-right_edge.png" alt="" class="align-right" /> <span class="box_header">:: Welcome to WeLoveProxies.com !</span> </div> <div class="box_middle_part"> <div class="pad_15tah"> The WeLoveProxies network is a network of free web proxy sites. Our free web proxies enable anyone in the world to surf anonymously online. By using any of our sites, you can surf the net under our servers IP address. You can also bypass any filters at your work, college or school.<br /> <br /> We have big plans for the network, and will always constantly be adding sites and servers. Privax is a new network, which explains why our network is currently fairly small.<br /> <br /> By using one of our free proxies you must agree to our <a href="disclaimer.html">Disclaimer</a>.<br /> <br /> If a user has abused our network, please go to <a href="abuse.html">Report Abuse</a>. </div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge.png" alt="" class="align-left" /> <img src="img/box_low-right_edge.png" alt="" class="align-right" /> </div> <!-- /Box --><!-- Box 2 --> <div class="box_upper_part"> <img src="img/box_up-left_edge_nodot.png" alt="" class="align-left" /> <img src="img/box_up-right_edge.png" alt="" class="align-right" /> <span class="box_header">:: About The WeLoveProxies Network</span> </div> <div class="box_middle_part"> <div class="pad_15tah">The WeLoveProxies Network is a web anonymity network, aimed at providing people the freedom to surf anonymously online. WeLoveProxies offers free web proxy services, which allow anyone in the world to surf anonymously and surf under our IP address. You can find more <a href="about.html">about us here</a>. <br /> </div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge.png" alt="" class="align-left" /> <img src="img/box_low-right_edge.png" alt="" class="align-right" /> </div> <!-- /Box 2 --> </div> </div> <div id="body-right-panel"> <div style="padding: 10px;"><!-- Box --> <div class="box_upper_part"> <img src="img/box_up-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_up-right_edge_dark.png" alt="" class="align-right" /> <span class="box_header">:: The WeLoveProxies Network</span> </div> <div class="box_middle_part"> <div style="padding: 10px;"> <ul class="img_green"> <li> <strong>Active Proxies in Our Network:</strong><br /> <a href="http://www.KillTheFilter.com">http://www.KillTheFilter.com</a><br /> <a href="http://www.HalloweenProxy.com">http://www.HalloweenProxy.com</a> </li> </ul> </div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_low-right_edge_dark.png" alt="" class="align-right" /> </div> <span class="box_header"></span> <div class="box_upper_part"> <img src="img/box_up-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_up-right_edge_dark.png" alt="" class="align-right" /> <span class="box_header"></span> </div> <div class="box_middle_part"> <div style="padding: 10px;" align="center"> <script type="text/javascript"><!--google_ad_client = "pub-7315147117699186"; /* 200x200 weloveproxies rechtsonder */ google_ad_slot = "5703253498"; google_ad_width = 200; google_ad_height = 200; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div> </div> <div class="box_lower_part"> <img src="img/box_low-left_edge_dark.png" alt="" class="align-left" /> <img src="img/box_low-right_edge_dark.png" alt="" class="align-right" /> </div> <!-- /Box --> </div> </div> </div> <div id="footer"> <div id="footer_nav_menu"> <div class="footer_link_container"> <span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span><span class="link_separator"></span> </div> </div> <div id="footer_copyright"> <div class="copyrite"> Copyright 2008 WeLoveProxies.com </div> </div> <div id="footer_designby"> <div class="designedby"><br /> </div> </div> </div> </div> </body> </html> HTML: Thanks in advance !