Having trouble with label and input alignment - I've attempted:
<div class="form-group">
<label class="control-label" for="" style="float: left;font-size: 20px;padding-right: 10px;">ID : </label>
<input style="float:right" type="text" id="" name="" value="" placeholder="Id" class="form-control" />
</div>
This feature doesn't seem to be working. Can anyone help?