Comments on 24. Little Scenecore USER All Comments

Heyo I hope you are well! I am having a bit of trouble with the music player ;w; I'm trying to put in a youtube url in different ways but it wont work waah


I am also having trouble with the layout once the code is applied

i put the stuff in in circlejourneys code editor but once on TH it sort of stretches out ;w; any tips on fixing this would be appreciated <3

you won't be able to put a youtube embed link in it, it uses an audio file link! i used this tutorial, it should hep you get it working! https://toyhou.se/6560537.-music-player-tutorial-f2u-


about the height, you got rid of the "position:absolute;" in the style tag for the pagedoll, so it puts it inside the box instead of in its own spot! put that back and it should fix that part.

tysm! I looked in the pagedoll part but its still got the position:absolute in it 

heres the part w/ the pagedoll code

</div>
<!-- pagedoll -->
<div class="col d-none d-md-block"><img src="https://f2.toyhou.se/file/f2-toyhou-se/images/60955903_XaNE5SFR4PlnAoz.png" style="max-width:200px; z-index:999;position:absolute; right:-125px; bottom:-50px;"></div>

that's weird, i can't seem to find what's making it go in the box. you might have deleted a closing div tag somewhere between the end of the pagedoll and the credits, maybe? try copying the code from the pagedoll tag to the very end of the code and pasting it in fresh, that's the only thing i can think of!