As far as I know, the 'image' input type can only be used for a 'submit' button.
How do I make 'reset', 'print' and 'upload file' buttons on my form contain an certain image in them instead of being generic gray HTML buttons?
I gathered that I would need JavaScript for that, but is there any other (simpler) way to achieve it?
Thank you!