I'm working on my pet pages right now and I want to add a text box like this, here:

I know the coding to add the box but I can't figure out where in the layout I'm supposed to actually put it to make it appear where I want it to orz
Any help on this would be super! <3 I can provide the code if it would help
current goals: feeding minions & gourmand pet!! shop here!
free lifelike dolls here!!
you'll want to create the new section in your HTML, which is everything outside the <style> tags, with something like this:
and then you'll position and style this new section in your CSS, so inside the <style> tags, like this:
{
position: absolute;
left: 30px; top: 170px;
width: 200px; height: 280px;
overflow: auto;
}
one thing i should mention is that the area you're trying to put this text box is actually where the pet spotlight section would be if you enable that option for your pet; so if you're interested in having this pet be nominated for the spotlight, you might want to pick a different spot for your text box, or move the spotlight section somewhere else altogether. however if the spotlight isn't something you're interested in, then you don't need to worry.
let me know if that was helpful or if you need any more explanation.
Thank you so much!! <3 That worked perfectly c:
Thanks for the tip about the spotlight too - I'm not sure if I have any intentions for that rn, but it's definitely something to keep in mind. I really appreciate your help!!!
current goals: feeding minions & gourmand pet!! shop here!
free lifelike dolls here!!