I've been trying to do a ridiculously basic task but can't get it through. I cannot figure how to make the second image be right below the first one. This is frustrating!!
fiddle here: 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>
Any tweak to fix it will be great.