Replies

Jul 6, 2019 6 years ago
Amae
dances with faeries
User Avatar
Breck

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?

Jul 6, 2019 6 years ago
Frost
is frosty
User Avatar

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>

Jul 6, 2019 6 years ago
Amae
dances with faeries
User Avatar
Breck

My bad, thank you for the heads up!

Worked like a charm, i appreciate it :D

Please log in to reply to this topic.