'how can I include an image or icon a placeholder alongside with text on a input form
I'm struggling to include an icon as a placeholder in an input form alongside a text
<input type="email" placeholder=" src="image source" your email">
Solution 1:[1]
I dont believe its possible to put an image inside but its possible to put a unicode in it. Do you mean like this??
<input type="email" placeholder=" ✉ your email" >
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Crystal |
