Maybe this is not web2py issue but I'm trying to use thumnail class to shows the three image blocks but the text in the paragraph inside is strangely have too much space between the words.
Does anyone know how to adjust it?
<h3>How can we help you?</h3>
<ul class="thumbnails">
<li class="span3">
<div class="thumbnail">
{{=IMG(_src=URL('static/images','holder260_180.png'),_style="width:
250px",_class="img-polaroid",_alt="Order Status")}}
<h4>Order Status</h4>
<p>Thumbnail caption...</p>
</div>
</li>
<li class="span3">
<div class="thumbnail">
{{=IMG(_src=URL('static/images','holder260_180.png'),_style="width:
250px",_class="img-polaroid",_alt="Order Status")}}
<h4>Q&A</h4>
<p>To search the Frequently Asked Questions</p>
</div>
</li>
<li class="span3">
<div class="thumbnail">
{{=IMG(_src=URL('static/images','holder260_180.png'),_style="width:
250px",_class="img-polaroid",_alt="Order Status")}}
<h4>Contact</h4>
<p>Thumbnail caption...</p>
</div>
</li>
</ul>
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
<<attachment: Capture.JPG>>

