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>
這裏是我的example上W3Schools的TryIt編輯器。如何使標籤與.form-control
內嵌?
[Twitter Bootstrap 3 Inline Form with labels]的可能副本(http://stackoverflow.com/questions/21935933/twitter-bootstrap-3-inline-form-with-labels) – Crowes