<img src="url" alt="a picture" style="width:42px;height:48px;background-color:#454141;">
I want to be able to change the background color of an image when i hover over the image.
How can i do this built into the html code.
I have tried hover:background-color:green;
but this does not work.
It's for shopify email notifications system , so i cant create a new style sheet(easily)
Note , the image is designed as clear as to be able to select any color.