That is the markup for a fluid design.

For a resposive, but fixed design is:


   1. <div class="row">
   2. <div class="span12">
   3. Level 1 of column
   4.  <div class="row">
   5. <div class="span6">Level 2</div>
   6. <div class="span6">Level 2</div>
   7. </div>
   8. </div>
   9. </div>v


See http://twitter.github.com/bootstrap/scaffolding.html#gridSystem

On Thu, Mar 8, 2012 at 17:41, Leeaston <[email protected]> wrote:

> Thank's for your help!
>
>
> On Thursday, March 8, 2012 5:20:05 PM UTC+1, Beldar wrote:
>>
>>
>>    1. <div class="row-fluid">
>>    2.   <div class="span12">
>>    3.     Level 1 of column
>>    4.     <div class="row-fluid">
>>    5.       <div class="span6">Level 2</div>
>>    6.       <div class="span6">Level 2</div>
>>    7.     </div>
>>    8.   </div>
>>    9. </div>
>>
>> http://twitter.github.com/**bootstrap/scaffolding.html 
>> <http://twitter.github.com/bootstrap/scaffolding.html>
>>
>>
>>
>> El dijous 8 de març de 2012 17:12:38 UTC+1, Leeaston va escriure:
>>>
>>> Anyone please tell me the correct markup, is it?
>>>
>>>    1. <div class="row">
>>>    2. <div class="span4">...</div>
>>>    3. <div class="span8">...</div>
>>>    4. </div>
>>>
>>>

Reply via email to