0
ラベルタグと入力を含むdivタグの間に、ブートストラップを使用して配置する必要があります。私のコードは次のようになります。フィールドの並べ替え
<div class="container">
<div class="col-lg-6" id="3_1i2c5e">
<div class="row">
<label id="3_1i2c6e_LABEL" style="display:inline; " class="formFieldTitle col-lg-2">Client</label>
<div id="3_1i2c6e_FIELD" class="col-lg-10 form-control-static">
<input type="text" class="form-control" disabled="disabled" placeholder="0000001">
</div>
</div>
</div>
</div>
はここW3SchoolsのTryItエディタ上で私exampleです。 .form-control
でラベルをインラインで作成するにはどうすればよいですか?
[Twitter Bootstrap 3のラベル付きインラインフォーム](http://stackoverflow.com/questions/21935933/twitter-bootstrap-3-inline-form-with-labels)の可能な複製 – Crowes