你好我正在創建一個登錄表單,但是我的複選框和相關的術語文本沒有正確定位,我添加了<br>
標籤但沒有效果.i試過clearfix
它也不行。這裏是fiddle preview。html表單複選框沒有像預期的那樣定位
這是我的html代碼
<div class="mainlog">
<form>
<label class="la" for="xname">Name</label><input name="xname" class="in" value="" type="text"><br>
<label class="la" for="xemail">Email</label><input name="xemail" class="in" value="" type="text"><br>
<label class="la" for="xpass">password</label><input name="xpass" class="in" value="" type="text"><br>
<label class="la" for="xpasscon">confirm</label><input name="xpasscon" class="in" value="" type="text"><br>
<input type="checkbox" name="term"/><label class="lb" for="term" >I have read and agree to the Terms of Use and the Privacy Policy</label><br>
<input type="submit" value="Sign Up" />
</form>
</div>
它應該看起來像什麼? BTW'
@ j08691複選框應該在確認字段後定位在新行 –
@ j08691中心無效?什麼? –