我一直在嘗試做一個荒謬的基本任務,但無法完成。 我無法確定如何使第二張圖像位於第一張圖像的正下方。這令人沮喪!無法對齊圖片和文字
小提琴這裏:http://jsfiddle.net/dvir0776/v9v512tm/
<div class="comment"><img src="d.jpg" style="width:13%; margin-right: 12px; float:left;">
<div style="text-align:left; font-size:8pt;">
<h5 style="margin-bottom:0;">Chris Fanelli</h5>
comment comment comment comment comment comment comment comment comment comment!</div>
</div>
<div class="comment"><img src="d.jpg" style="width:13%; margin-right: 12px; float:left;">
<div style="text-align:left; font-size:8pt;">
<h5 style="margin-bottom:0;">Chris Fanelli</h5>
comment comment comment comment comment comment comment comment comment comment!</div>
</div>
任何的調整來修復它會很大。
清除浮動是要走的路,但如何對我們清理您的標記,並分開CSS [就像這個例子](http://jsfiddle.net/2k9k5jgg/2/)? – misterManSam 2014-09-21 07:20:34