I thought this would be easy, but clearly it takes someone smarter than me to do this. My project as a special currency symbol to use instead of $. We have been using it as a tiny image and imbedding it with <img>
. But, cannot use it in an <input>
field. In particular want to make it part of the button text in a type=submit <input>
field.
I have read a lot, but not understanding what makes sense to do this. I created a private character using Windows Private Character editor, but I need a way for html to render it for me in an <input>
field.
I was reading about <glyph-data
> and also icon fonts. I had this feeling (just a feeling) that icon fonts might do this for me, but it looked like quite an investment in time to get it done.
Can anyone suggest an approach for this that makes sense?