Well, I am quite novice in html.. so do in bootstrap. it would be great if you give be some design tips (being specific helps me a lot)
On Tuesday, February 5, 2013 9:49:02 PM UTC+5:30, Saiful Amri wrote: > > Lihat pada grid systemnya, kelihatan masih salah (look at grid system for > correct this), > > > On Tue, Feb 5, 2013 at 11:13 PM, Surya <[email protected] > <javascript:>>wrote: > >> Please take a look into the below code.. which is the correct way? >> I have a Navbar1, Header (header contains header-title and another >> navbar2). >> >> <div class="container"> >> <div class="navbar1"> >> <div class="navbar"></div> >> </div> >> <div class="InternalWrapper container-fluid"> >> *<div class="Header">* >> * <div class="row-fluid">* >> * <div class="HeaderTitle">* >> * <div class="span6"></div>* >> * <div class="navbar2">* >> * <div class="span6"></div>* >> * </div>* >> * </div>* >> * </div>* >> ... >> </div> >> </div> >> >> <div class="container"> >> <div class="navbar1"> >> <div class="navbar"></div> >> </div> >> <div class="InternalWrapper container-fluid"> >> *<div class="row-fluid">* >> * <div class="Header">* >> * <div class="span6">* >> * <div class="Header"></div>* >> * <div class="span6">* >> * <div class="navbar2"></div>* >> * </div>* >> * </div>* >> * </div>* >> ... >> </div> >> </div> >> >> -- >> 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] <javascript:>. >> 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.
