A lovely friend made me a lovely pet overlay.
It’s not working.
Any ideas?!
which pet are you trying to use it on? If the art is not 200x200px you may also need to add width and height to make it work, like this:
<style>
{
background: url(URL);
width: ;
height: ;
}
</style>