Comments on [ Music Player Tutorial F2U ] All Comments

Hello! I was hoping to maybe get some assistance with the code! I've got it added to my character's sheet and it's working, but it's currently out of line with everything else. I tried adding the <div align="right"></div> around the code, but unfortunately with the code I'm using if I do that, it messes with the entire page somehow, so no <div> for me. Do you have any other ideas for trying to align to the right? I've tried a few other options, but unsure how well I implemented them, so I'd love to hear your thoughts~!

TO_THE_RIGHT.PNG

(Heres the exact code i'm using, minus the real audio link because its long and the song is stupid and it'd be embarrassing to show lmao)
<div class="col-sm-6">
<span class="text-uppercase text-muted">Theme</span>
<audio controls="" style="width:150px;height:25px;"><source src= "Totally-A-Real-MP3-Link.Mp3"></audio>

Hello ;w;/ I do want to help you but from only this small bit I'm not sure how to, could you show me the page ?

and don't worry about the music ahah />w<\ I mean look at the one I used for the tutorial 

Ah, thank you! Heres the character's page https://toyhou.se/12299331.tbn

uwu)/ This should work ?

<div class="col-sm-6">
<span class="text-uppercase text-muted">Song</span><span class="pull-right">
<audio controls="" style="width:150px;height:25px;"><source src="wowmuchmp3link"></audio>

unknown.png

I'm not even sure what I did but it worked so let's pretend I know what I'm doing

Hmm, I put that into the profile and it's still stuck on the left for me. I had some CSS stuff in her profile, removed it just in case it was doing something weird, but still sticking to the left for me.

oh... gimme a minute I'll try something else

it work for me thought so that's weird //I don't have premium so I can't test CSS stuff ;;;;

Ah there was a </span> that somehow appeared in the midle it seem, try it again ? ;;;

<div class="col-sm-6">
<span class="text-uppercase text-muted">
Song</span>
<span class="pull-right">
<audio controls="" style="width:150px;height:25px;">
<source src="wowmuchmp3link"></audio>


unknown.jpg


hdh.jpg



10 Replies