在內容的底部,我放了兩個矩形框廣告,其中只有一個出現。每頁展示廣告是否有限制?谷歌廣告不顯示
以下是我的憑據代碼中刪除
<div class="bottomAds">
<div class="rectangle1">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-********";
/* Rectangle-1 */
google_ad_slot = "******";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="rectangle2">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-*******";
/* Medium-Rectangle */
google_ad_slot = "******";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
@WoutervanNifterick,你是什麼意思? – 2012-04-11 06:43:26