How align text in <caption> table to the left?

Leo Loki picture Leo Loki · Feb 9, 2013 · Viewed 12.6k times · Source

Good day.

Code:

<table class="table table-hover table-bordered">
<caption class="pull-right">Pays</caption>
<thead>

What class in bootstrap.css would align text in <caption> to the left?

If may give me link on full description format text in <caption>

Answer

David Taiaroa picture David Taiaroa · Feb 9, 2013

As of Bootstrap 2.3 released Feb 7th, there is now a built-in class to do this: see http://jsfiddle.net/panchroma/PjZqE/

HTML

<table class="table table-hover table-bordered">
<caption class="text-left">Caption Left</caption>  

See http://blog.getbootstrap.com/2013/02/07/bootstrap-2-3-released/ for full details of all the new features