I wanted to put my pets' human or fullbod refs somewhere in their profile haha. :( Can anyone help me what code is that? I tried googling since Subeta's forum search is dead. :'(
Here's a horribly slapped on transparent PNG in paint just to show what I mean, sorry, I'm bad at explaining;; (and no it won't be like that horrible I just felt the need to make an example ;v; )
[edit]Removed the image and considered this answered!
art by
Do you have a thigh-up or a fullbody image?
you'd just need to create a new div, position it where you want it, and set its background to the image you want to display. so inside the style tags, something like...
{
position: absolute;
left: XXpx; top: XXpx;
width: YYpx; height: YYpx;
background: url(IMAGE URL);
z-index: 3}
replacing the Xs with whatever numbers get the div in the right spot, and the Ys with the dimensions of the image. and then outside the style tags, you'd just add: