我要尋找一個解決方案來創建和輸入這樣一個自舉4 圖標在引導4裏面輸入
我使用的字體真棒,這是我使用
<div class="input-group">
<label class="control-label">Username</label>
<input type="text" class="form-control" placeholder="Username" />
<span>
<i class="fa fa-user-circle-o" aria-hidden="true"></i>
</span>
</div>
代碼
,但我得到的圖像進行輸入 的任何幫助,請 https://jsfiddle.net/5db2ho62/
創建一個小提琴。我可以編輯 –
你能描述你想要達到的目標嗎?您提供的圖像不會加載(另外,爲了下一代的緣故,您不應該依賴SO中的圖像) – Shtut
@SyamPillai SO有[內置片段](https:// stackoverflow。blog/2014/09/16/introduction-runnable-javascript-css-and-html-code-snippets /)now;在這種情況下沒有任何理由在網站外鏈接 – MTCoster