Wednesday, 15 May 2013

css - twitter bootstrap align tables side by side -



css - twitter bootstrap align tables side by side -

is there anyway can lineup tables side side in twitter bootstrap, want accomplish this:

thank much in advance!

never mind googled span* class in twitter bootstrap depreciated , replaced col-md-* function , it's other counterparts.

i have solved problem wrapping 2 tables in

<div class="col-md-*">

i have used first table:

<div class="col-md-3"> <table>....</table> </div>

and sec table

<div class="col-md-9"> <table>....</table> </div>

css twitter-bootstrap asp.net-mvc-4

No comments:

Post a Comment