我有以下代碼,我無法訪問HTML進行編輯。CSS強制內聯輸入字段
<form>
<div class="LoginDiv">
<input type="text" name="user_login" tabindex="1" placeholder="Email"/>
</div>
<div class="LoginDiv">
<input type="password" name="user_password" tabindex="2" placeholder="Password" />
</div>
<button type="submit">LOGIN</button>
</form>
根據圖像顯示。
我能夠訪問CSS,我希望能夠迫使輸入字段,以便他們是內聯。
這可能嗎?
感謝,
約翰
要發生什麼?輸入和按鈕是內聯的?在一條直線上? –