-3
「空白」與整個頁面一樣寬。現在我想在文字「返回主題」後添加Google廣告格。我已經嘗試過「float:left」。它運作不好。如何在我的情況下在一行中顯示div
<div class="blank">
<p>
<a href="#">< Back to the topic</a>
</p>
this is google ads!
</div>
CSS
.blank p{
width:980px;
height:25px;
margin:80px auto 0px auto;
}
.blank p a{
color:#007aff;
font-size:20px;
}
它的工作原理。非常感謝你!我可以問,爲什麼我們需要「清除?」 – weblen 2014-12-02 14:22:58
請閱讀:http://www.w3schools.com/cssref/pr_class_clear.asp – vaso123 2014-12-02 14:27:24