Well, I removed that. Still didn't work. So I don't know. Thanks though. I'll find it somehow.
: You need to put your image & link into a new div, then you can use that div's id to move it around. :]
: No problem, the goal here is to help people! Who helps doesn't matter, as long as someone does (and I'm glad that someone else tried in my absence!)
:
I got it! Check here, that's what you want, right? Your problem was that you used absolute positioning on , so if you made a new div inside your description box and moved it around it went beyond 's boundaries so you couldn't see it anymore. To fix it, I put your text into a new div, changed in your CSS into the new div's id and added a new minion box. So just remove your whole profile code and copy this <style>
html{
background-color: ;
background-position: center top;
background-attachment: inherit;
background-repeat: repeat;
margin-right: auto !important;
margin-left: auto !important;
}
body{ background-image: url(http://i.imgur.com/IMKdN.png); margin-right: auto !important; margin-left: auto !important; background-color: transparent; color: ; font-family: tahoma, veranda, arial; font-size: 11px; width: 957px; height: 500px; margin-right: auto !important; margin-left: auto !important; }
b {color: ;}
h2, , , , , , , , , , .pet_age_info_date, .pet_wco_info_date, { display:none; }
/* Pet Info - Spotlight - Minion */
{ position: absolute; left: 361px; top: 139px; width: 107px; height: 128px; padding: 0px; margin: 0; font-size: 9px; margin-top: -8px; }
a:link, a:visited, a:hover { color: ; }
, { height: auto !important; background-color: transparent !important; margin-left: 0px; padding: 0px; min-width: auto; }
.pet_spotlight { position: absolute; left: 361px; top: 306px; width: 107px; height: 128px; padding: 0px; margin: 0; font-size: 9px; margin-top: 13px; }
.pet_name { position: absolute; left: 50px; top: 373px; width: 272px; color: ;
}
.pet_color_info { position: absolute; left: 50px; top: 403px; width: 272px; font-size: 9px; }
.owner { position: absolute; left: 50px; top: 413px; width: 272px; font-size: 9px; }
{background-image: url(http://i.imgur.com/fDvAZ.gif); width: 245px; height: 245px;}
{ background-position: center center; background-repeat: no-repeat; position: absolute; left: 50px; top: 123px; width: 272px; height: 235px; margin: 0; padding: 0; }
/* Pet Description */
{ position: absolute; left: 515px; top: 125px; width: 378px; height: 150px; overflow: auto; margin: 0; padding: 0; overflow-x: hidden; }
/* Pet Treasure */
{ left: 500px; top: 320px; width: 390px; height: 133px; overflow: auto; padding: 0px; position: absolute; margin: 0px; }
.treasure_item { margin-left: 9px; margin-bottom: 9px; }
.treasure_item img, .treasure_item { width: 64px; height: 64px; }
, {text-align: center;} {width: 117px; height: 137px; position: absolute; top: 132px; left: 50%; margin: 0 -96px;} {display: none;} </style>
YOU ARE A QUEEN! Thank you so, so much! I will add a credit to you on her once I get her "story," such as it is, done!
dashes off to look at your WL
: Thanks ❤️, though you're very welcome! And thank you very much for the gifts as well! :D
: You're welcome! :]
Urrmm idk what i've done :C Here lol. I can't figure it out D;
Okay, so I haven't coded much of anything on Subeta in forever. Your guide is super helpful, although I have one question. On my profile, it still shows the ugly border dots around each column, even if there is nothing there. Is there a code to get that to disappear? One last question: How do you put an image in your profile? Like...just placing it somewhere, so that it's over everything else? (another..does that make sense? I need to get better at expressing my ideas with css with words). Thank you so much for this guide though, love it.
: It looks a bit messy, but I'm not quite sure what the problem is that you're having? Is it a problem with aligning things or with the anchor divs?
: I'm glad that my guide was able to help you some! Also, the ugly border dots appear only when you edit your profile and only you can see them. When you visit your normal profile, they're gone.
And I think I get your last question. You'd have to make a div, put your image there, and then move the div over the rest of the profile and give its z-index a higher value! Like in this
But of course replace the values with your own. Did that help?
Oh fail, I never noticed that. |D Ooooh, thank you so much! That helps a lot. Coding confuses me so much at times, but then it all evens out into something really orderly and simple once I really take a look at it. Thank you again! <3 Edit: a totally unrelated question, but what happens to be that lovely pocket-watch necklace you are wearing? It's adorable.
I'm not really sure... I wanted it to show up kinda like those pets with 'book' profiles but they've come up all at once as if it was just paragraphs and the links go to an error page.
Have I done it wrong? I don't really understand this :S
code
{width: 300px; height: 300px; overflow: hidden;}
div {width: 300px height: 300px; overflow: auto;}
</style>
: You're welcome! :]
And that's the Silver Countdown Necklace: I think it's from new year event, but I'm not sure. Just saw that it costs about 40k or so in user shops. :]
: You need to put "#" in front of the name of the link thing. So it would be "" instead of "story" in the link url. :]
@ Hongske Ohhh okay :)
The url is working now, but they're still all in paragraphs. How do I make them appear over each other?
[edit] Got them to appear over each other, a bit wonky though. Now what :S They don't change when I click the links.
: Maybe it's because your container is in your navigation? I'm not sure, but it should work...
Thank you again! runs off to buy it
What's that mean? D: Should I just take out of it and position the stuff using as they seem to stay in the pet desc anyway...
This is confusing.
Hello! I made a profile for my pet. However, after placing the cursor on the treasure does not show the name of the item. Treasury has been added.
Used code for a new box
Code
{display: none;}
{ font-size:10px; color:; position: absolute; top:450px; left: 120px; width: 420px; height: 240px; overflow:auto; overflow-x:hidden;}
</style>
: Yes, you should take out of your navigation, place it just outside of it (or rather, beneath it). And yes, you position stuff with , because I remember you wanting your TC to do the clicky thing too.
:
The names are actually in the title attribute of the image, so you still need to add that, like in this 
I have added this code but it does not work ;<