I\'d like to create a form with the following layout using Bootstrap 3:
I
Putting between the
and the
worked for me. I tried a bunch of the above ideas with no luck. This is with Bootstrap 3.3.7.
So
I also included "pull-right"
as a class (i.e. class="control-label pull-right"
and class="form-control pull-right"
to get the label and the input on the right-hand side of the page.