How do you get to put the code on them? is confused
To my understanding
<style>
.pet img {display: none;}
.pet {margin-top: 188px;}
.pet_lookup {background-image: url(IMG URL HERE); background-repeat: no-repeat; background-position: -1px 10px;}
</style>
Is this what you're after? :) You edit your pet's profile from the pets section :)
2025 Stalacbite, Focused (7)
You use this code:
<style>
div.pet { background-image: url(image url here); background-repeat: no-repeat; width:200px; padding-top:200px;} div.pet img {display:none}
</style>
And you put it where you can also write down a description of your pet. On the page where all your pets are listed, click on the Pet that shall have the overlay and then choose "Edit Description" from the list. C: