Posted on: 2/16/2015 12:56:12 PM | Views : 494

Hi folks, how do you align input box and 2 buttons, the code I have at the moment is placing the buttons under the input box;
<form> <center> <div class="col-md-6 col-md-offset-3"> <div class="input-group input-group-lg"> <input type="text" class="form-control" placeholder="Enter Registration" style="text-align: center"> <div class="input-btn-toolbar"> <button class="btn Jumbt btn-default" type="button"><span class="glyphicon glyphicon-search"></span>&nbsp;&nbsp;Search</button> <button class="btn Jumbt btn-default" type="button">Enter T ...

Go to the complete details ...