Comments on [ F2U ] Telling All Comments

Hello. I know I DM’ed you but i found out some new information while playing around with the code. So the new question is why is the information for the sixth tab is showing up on the bottom of the fifth tab? Also i couldn’t figure out how to put photos of the code in the comments or DMs. So i added the code to my character for you to look at that way.

Hey!  I opened your DM but didn't really have time to respond until now so no worries about that!  Yeah, the photo wasn't working so for next time, just link me to the character with the faulty code haha

You inserted the new tab too early!  If you have a look from my end, you can see how the coding for the sixth tab is inside the fifth tab, just like you said.  To fix it, you'll have to either: try and move the sixth tab further down or adjust the closing end tags of the div's </div>; from the looks of things, at least after two </div>'s down

Screen_Shot_2022-09-07_at_6.41.26_pm.png

Here's a tip if you're unaware: from the code editor (either circlejourney or toyhouse's), you will see numbers on the left side for each row and on some of them, arrows.  Click the arrows to find out where to copy/paste things; they're a really handy tidbit that many people don't ultilise as much!

Thank You for your help!!! Okay that problem is fixed now. But now there is a new problem the code credit is messing up the position of the music box. You can see in it with the same character above.

I think you shifted down by one too much because the code credits is now inside the row, which is causing it to be misplaced.

An easy fix is to insert a col-12 order-lg-3 to the code credits ^^

<div class="col-12 order-lg-3 p-1 small text-right faded" style="letter-spacing:1px;">

Thank You! Thank You! Thank You! For all your help and building the code to begin with. Everything is perfect now.