Is there a way to display your "current avatar" image and your "currently equipped items" separately from one another on your profile? I would like to be able to display the items I have equipped (without having to manually add the items each time I change), but I'd rather not have my items in between my avatar image and mail/buddy request widget.

I think this might be possible. Not sure if you can move the items themselves (not sure how that would work or how easy it would be) but what I would do is move the entire HA div block wherever you want the items to be, and then position the avatar itself somewhere else. Does that make sense? This is just in theory. I haven't tried it yet.
❤️ . . . check out my art shop please~
Sort of. It sounds like something that would have the human avatar on the page twice though, unless someone could figure out a way to show the div block without the human avatar part.

hmm, i feel like you should be able to hide the avatar image from the avatar section with a 'display:none' without hiding the item images (or by then specifying 'display:inline' for the item images) but i can't seem to figure out a way to select one without affecting the other. if you could, though, you could simply hide the avatar image from the avatar block, and then add a separate block with just your avatar image coded in manually.
I wouldn't mind doing that at all, but I don't really know how to. The layout I'm using is from the SubetaLodge.

it wouldn't be too complicated in theory, but with the way the avatar section is coded i don't know that there's even a way to select the avatar image separately from the item images so... maybe it's just not possible.
Hm. That's unfortunate, but not unexpected. Thank you for the consideration, though.

I'm trying out various things on my profile right now (I custom designed and coded it a while back but never finished... I'm just now getting back to it lol) so if I figure out how to do a work-around I'll let you know.
❤️ . . . check out my art shop please~
Oh, okay! Thank you! And good luck.

SO I tried a workaround with some luck but it was messy, and I was going to summarize that but as I was writing this post I think I figured it out lol. just fyi for future reference!
I was just trying to figure out the best way to "hide" the HA image. I tried the following:
img {display:none;}
That removed the HA image AND all of the items, as expected. So then I messed around some more and eventually tried the following:
img[src$=".png"] {display:none;}
in an attempt to hide only .png images within the table (item images are .gif). It took me a few tries but I finally got this and it seems to work. So, what I'd expect that you can do is alter the code, and instead of putting "display:none;" inside the curly brackets, you'd replace that with "position:absolute; top:50px; left: 50px;" and then adjust the px values to position the HA wherever you want it. I'll have to try this to check. It's 1am here and I may have brain fog lol.
EDIT: Ok, yes, it works. Though I hate working with stuff that's "attached" so I would actually prefer to just "hide" it, and create a new HA thingy (it's 1am I'm sorry I'm not technical rn):
![]()
Edit the so it's your user # instead of mine. Then style it with the following:
{BLAHBLAHSTYLE}
Hopefully that's clear. Just ping me if you need help.
❤️ . . . check out my art shop please~
That works! Thank you! As for using position:absolute, it looks like that will only work within the column boundaries. Unless you want to go into the negatives anyway, which I guess in this case it isn't really an issue. Still, using a blank widget for the avatar image is a little more convenient, so I'm going to stick to display:none for the avatar widget.
Again, thanks a lot! I know a little bit of CSS, but I had no idea how to alter that.
Edit: Oh, whoops, I posted this only to find that you'd already edited yours. I could try doing it that way too, if only for learning's sake. I just used a blank widget with an img code and a div code to center it.

no problem! Glad I could help :)
❤️ . . . check out my art shop please~