存在與形式aliging一個問題...Form Aligning問題|引導
這裏就是我試圖做... 做一個接觸的形式在左邊和右邊把公司的標誌..
COL-MD-6於是兩個div由..在第一個div我把形式與類的「形式橫」
因此我安排表單標籤中的「COL-MD-2 「並在」col-md-4「中創建表格字段
然而,這些表單標籤和字段是並排的...檢查圖像...
這裏是代碼...
<section id="contact">
<div class="col-md-12 text-center" style="background-image: url('images/head-background.png'); height: 100px; margin: 120px 0 10px 0;"><h2 style="margin-top:40px;">Contact Us</h2></div>
<div class="col-md-6">
<div style="font-family:'MV Boli'; font-size: 20px;">
<h4>Reach Us</h4>
<form class="form-horizontal">
<div class="form-group">
<label for="name" class="col-md-2 control-label">Name</label>
<div class="col-md-4">
<input type="text" name="name" placeholder="Your name" class="form-control">
</div>
<label for="email" class="col-md-2 control-label">E-Mail</label>
<div class="col-md-4">
<input type="email" name="email" placeholder="Your E-Mail" class="form-control">
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<img src="images/logo-vertical.png" class="img-thumbnail">
</div>
<section>
請幫助的人,在關閉我的第一個網頁設計項目:)