HTML: How to make a submit button with text + image in it? - Stack Overflow

PHOTO EMBED

Sat Apr 24 2021 16:18:36 GMT+0000 (Coordinated Universal Time)

Saved by @ndowkunda #html

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">

<form name="signin" action="#" method="POST">
    <input type="text" name="text-input" placeholder="&#xf183; your username" class="stylish"/><br/>
    <input type="submit" value="&#xf090; sign in" class="stylish"/>
</form>
content_copyCOPY

https://stackoverflow.com/questions/1621891/html-how-to-make-a-submit-button-with-text-image-in-it