hi I am trying to have a thumbnail at the button of my picture, but it goes out of the whole span that I have here is my code here is the whole code http://jsfiddle.net/dP4eL/ I am using twitter bootstrap
<div class="tab-content">
<div class="tab-pane fade in active" id="home"><div class="container">
<div class="row">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img src="Hydrangeas.jpg" alt="product 1">
<div class="caption">
<h5>Product detail</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<br>
<div class="span1">
<div class="thumbnail"><img src="Hydrangeas.jpg" alt="image">
<a href="#" class="btn btn-warning">fav</a>
</div>
</br>
</div>
</p>
</div>
</div>
</li>
Thank you
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
would take me to next line, so I can have a thumbnail of the picture under the description inside
– benji_r Oct 01 '12 at 23:29
`. No opening, no closing. Just singular. Also, div tags cannot go inside paragraph tags. Only in-line elements may; no block-level elements(div is block level). – Daedalus Oct 02 '12 at 01:49