i need a page in this format only by using Bootstrap gridsystems. Please help me,
label textbox label textbox label textbox Button
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

hi ananth, but the textbox size is same for all the fields. It is not as expected. Am working on it. Need your help too please... hi ananth i have attached the screenshot. Please have this as your reference and kindly help. Thank you so much. if you update ur html code , it help to give a solution if you send scrn sht i will give solution can you share screen st thank you so much ananth. But it is giving lot of space between the label and textbox. Please help add this code in head page Use this format
- <div class="container-fluid">
- <h1>Hello World!h1>
- <p>Resize the browser window to see the effect.p>
- <div class="row">
- <div class="col-sm-3" >
- <div class="col-sm-6" >
- <label for="usr">Name:label>
- div>
- <div class="col-sm-6" >
- <input type="text" class="form-control" id="usr">
- div>
- div>
- <div class="col-sm-3" >
- <div class="col-sm-6" >
- <label for="usr">Name:label>
- div>
- <div class="col-sm-6" >
- <input type="text" class="form-control" id="usr">
- div>
- div>
- <div class="col-sm-3" >
- <div class="col-sm-6" >
- <label for="usr">Name:label>
- div>
- <div class="col-sm-6" >
- <input type="text" class="form-control" id="usr">
- div>
- div>
- <div class="col-sm-3" >
- <button type="button" class="btn btn-primary">Primarybutton>
- div>
- div>
- div>
http://getbootstrap.com/getting-started/ You can read this documentation
Ananth GPosted Dec 10, 2016, 2:02 AM