Comments on [ Music Player Tutorial F2U ] All Comments

Do you mind if we ask how you got the text centered over the player with the player staying on the bottom right? We can't quite figure it out on our own,

Ah yeah I didn't puted it on the page yet because the way I made it work was quite a mess... qwq\ I was waiting to have simpler version before sharing it... Which I just made ! (I just added the explaination to the page)

here it is ;w; it's the basic one but you can switch the <audio  controls=""><source  src="MP3LINK"></audio> part for any of the other custom players ;w;

<div align="right"><div class="fixed-bottom">
<table  style="width: 0%;"><tbody><tr><td style="width: 100%;  text-align: center; background-color: transparent; border-color:  transparent; border-style: double;">
<span  style="color: default;">Song Title</span><br>
<audio  controls=""><source  src="MP3LINK"></audio>
</td></tr></tbody></table></div></div>

feel free to ask if you have any more question ;w; I'm strugling a bit to keep the page clear with all the new options available...