Say I have this code:
<input type="submit" value="Send" />
But after the text "Send" I want to have a fontello icon. Obviously this doesn't work:
<input type="submit" value="Send <i class='icon-right-circle'></i>" />
In my fontello demo.html file, the code for that icon is 0xe81c
. Isn't there a away to put this icon in the input value? Like as an HTML entity or something?
Thanks!