C
R
E
A
T
E

A
D

Pet Overlays...
#1 :: August 11th, 2012 @ 10:54 PM
Urge
is a gold digger.

User Avatar: 424098
4,903 Posts
468 Achievements



So, I got this beautiful piece of artwork done for my pet, and I don't know how to get it to show up. Is there a certain size it needs to be, or does it need to be of a certain quality, or what? I am so absolutely confused.
Oh, and if you're wondering, the picture is this by SadOnion.
Please help!



#2 :: August 11th, 2012 @ 11:01 PM
Lucifer
is Darksided!

User Avatar: 591026
2,198 Posts
485 Achievements




@Urge
Most overlays are 200x200 and the code to put them up would be
Code:
#pet_image {background-image: url(image url here);}

However, if you're wanting it to be a custom size you would use this
Code:
#pet_image {background-image: url(image url here); width: imagewidthpx; height: imageheightpx;}

There's more info on overlays here. c:


#3 :: August 11th, 2012 @ 11:28 PM
Urge
is a gold digger.

User Avatar: 424098
4,903 Posts
468 Achievements



@Luci
Thank you so much, it's late and to be honest, I couldn't navigate my way around the site right now without the sidebar.