"Condensed table example"
Bootstrap 2.3.2 Snippet by tdings74

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="span10"> <h2>Virtual Private Servers</h2> <table class="table table-striped"> <thead> <tr> <th>Location</th> <th>Central Processing Unit</th> <th>Memory</th> <th>Storage Details</th> <th>Bandwidth</th> <th>Ips</th> <th>Price</th> <th>Options</th> </tr> </thead> <tbody> <tr> <td>Germany, Munchen</td> <td>Intel® Xeon® (4 Virtual Cores)</td> <td>8GB</td> <td>1× 200GB (SSD)</td> <td>200Mbps (Full)</td> <td>1 IP</td> <td>€ 4,99</td> <td><span class="label label-success" style="background-color:green;">Order Now!</span> </td> </tr> </tbody> <tbody> <tr> <td>Germany, Munchen</td> <td>Intel® Xeon® (6 Virtual Cores)</td> <td>16GB</td> <td>1× 400GB (SSD)</td> <td>400Mbps (Full)</td> <td>1 IP</td> <td>€ 8,99</td> <td><span class="label label-success" style="background-color:green;">Order Now!</span> </td> </tr> </tbody> <tbody> <tr> <td>Germany, Munchen</td> <td>Intel® Xeon® (8 Virtual Cores)</td> <td>30GB</td> <td>1× 800GB (SSD)</td> <td>600Mbps (Full)</td> <td>1 IP</td> <td>€ 14,99</td> <td><span class="label label-success" style="background-color:green;">Order Now!</span> </td> </tr> </tbody> </table> </div> </div> </div>

Related: See More


Questions / Comments: