I have a value input. We need to add an icon. What's the best way to do this?
<input type="button" class="upload" value="Choose File" />`
Now I'm adding positioning absolute:
img {
position: absolute;
left: 115px;
top: 55px;
}
<img src="/media/colour/group.png" alt="icon" title="arrow icon" />