Hey! There used to be a code I'd use to put overlays over my pets on their profiles but it doesn't seem to be working for me for new overlays.
This is the code I had
<style type=text/css>
{
background-image: url(http://i1083.photobucket.com/albums/j388/unsayablesoul/tobiko8_1_zpsnbakpym9.png);
width: 200px;
height: 200px;
}
</style type=text/css>
If I try to switch the photobucket url to an imgur url it breaks. Can anyone help me out?
Heads-up: questions involving coding belong in the profiles & graphics discussion.
Subeta's had some changes regarding how pet profiles process code, so it's likely the style tags causing issues in your example. We should be getting new pet profiles too.
Try this code, it should hopefully work.
<style type="text/css">
{
background-image: url(http://i1083.photobucket.com/albums/j388/unsayablesoul/tobiko8_1_zpsnbakpym9.png);
width: 200px;
height: 200px;
}
</style>