I'm using Google Adsense in my forums now, I put the ads in the postbit_legacy template, at the end of every thread, but I have a problem, when I post something using the quick reply box, I get a blank page and can't refresh the page :S
This is the code I'm using
Any idea?
This is the code I'm using
Code:
<!-- Start Google AdSense --> <if condition="$post['islastshown']"> <div style="padding:$stylevar[cellpadding]px 0px 0px 0px"> <table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="alt2"> <center> <table width="100%" height="80" border="0"> <tr> <td width="20%"><div align="center"> Marquesina Con Top 10 Aca [despues edito xD] </div></td> <td width="80%"><div align="center"> <script type="text/javascript"><!-- google_ad_client = "pub-xxxxxxx"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel = ""; google_color_border = "000000"; google_color_bg = "242f37"; google_color_link = "FFFFFF"; google_color_text = "CCCCCC"; google_color_url = "FFFFFF"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div></td> </tr> </table> </div> </center> </td> </tr> </table> </if> <!-- End Google AdSense -->
Comment