Possible Duplicate:
How to center form in twitter bootstrap?
I want to align my form in the center of the page, is there nay way to do it in twitter bootstrap? or i have to do it in same old custom way?
Possible Duplicate:
How to center form in twitter bootstrap?
I want to align my form in the center of the page, is there nay way to do it in twitter bootstrap? or i have to do it in same old custom way?
You need to use the grid system. Try the following:
<div class="span3 offset3">
<form></form>
</div>