Hi! What the problem? The bootstrap dont print the span grid like your first pic (ex: lightgrey background span). Bootstrap just do the grids for you and you have to style it with css.
Sorry if I didnt understand your problem. Pedro Taglialatela (85) 8665-5196 [email protected] www.pordotom.com.br 2013/8/8 IQGrenzgebiet <[email protected]> > Hey guys, > > first of all, excuse my bad english, i'm from germany. > Well, i'm a newbie at bootstrap and i have some problems right at the > beginning. > > First i downloaded the bootstrap-files and my folders look like these: > > bootstrap/ > ├── css/ > │ ├── bootstrap.css > │ ├── bootstrap.min.css > ├── js/ > │ ├── bootstrap.js > │ ├── bootstrap.min.js > └── img/ > ├── glyphicons-halflings.png > └── glyphicons-halflings-white.png > > Also i include an index.html which looks like that: > > <!DOCTYPE html> > > <html> > <head> > <title>Bootstrap Test</title> > <meta name="viewport" content="width=device-width, > initial-scale=1.0"> > <!-- Bootstrap --> > <link href="css/bootstrap.css" rel="stylesheet"> > > </head> > <body> > <div class="container"> > <div class="row"> > <div class="span2">Navigation</div> > <div class="span8">Content</div> > > </div> > </div> > <!------------------------------------------------------> > <script src="http://code.jquery.com/jquery.js"></script> > > <script src="js/bootstrap.min.js"></script> > </body> > </html> > > This should show me something like that: > > http://www.pic-upload.de/view-20342858/2.jpg.html > > but instead it looks like that: > > http://www.pic-upload.de/view-20342927/1.jpg.html > > > I did everything just like in the description on the bootstrap-website but.. > well... you see. :D > > Obviously the solution is so easy but i dont get it. > > I hope someone can help me. > > Greetings > > > > -- > You received this message because you are subscribed to the Google Groups > "twitter-bootstrap" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
