2013-02-06 157 views
-1

我把一個谷歌的廣告在一排,並在下一行在我的網頁內容,因此在同一個容器內的兩行,像這樣:爲什麼行不顯示?

<div class='container'> 
    <div class='row'> 
     <div class='span12'> 
     <div class="google_adsense leader_board"><script type="text/javascript"> 
     //<![CDATA[ 
     google_ad_client = "pub-4274068129397983"; 
     google_ad_format = "728x90_as"; 
     google_ad_height = 90; 
     google_ad_type = "text"; 
     google_ad_width = 728; 
     //]]> 
     </script> 
     <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script> 
     </div> 
     </div> 
    </div> 
    <div class='row'> 
     <div class='span12'> 
     My page content here 
     </div> 
    </div> 
</div> 

但是,我注意到,谷歌連續贏了沒有出現,任何想法爲什麼它不可見? 這是一個twitter bootstrap問題嗎?

回答

0

我測試了你的代碼,它工作,但只有在我禁用Adblock Plus後。您是否安裝了廣告攔截器?

+0

是的,這是正確的,因爲廣告攔截器..謝謝 – simo