Comments on [ Music Player Tutorial F2U ] All Comments Start of Thread Parent

hi there! I was wondering how I could get the text on top of my mp3 player to look like this? like on the original page for it?

Screenshot_2023-11-05_at_2.17.58_PM.png?

i've been trying everything but i haven't been too successful. the code i'm using is below!

<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 class="btn-btn primary" style="height:15px; font-size:11px; border-radius:4px 4px;padding:0rem;"><strong>Theme Song - Pink Bxxtch Club by ko.yo</strong></span>
<audio controls="" style="opacity:0.99; border-radius:40px; background:#e6be8a; padding:4px; width:270px; height:40px;">
<source src="song link"></audio>
</td></tr></tbody></table></div></div>


Heyo!
That should be it ? you might wanna re-check the details I might of messed up some, but it's the right color !

<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 class="btn" style="background:#e6be8a;height:15px;font-size:11px;border-radius:4px 4px;padding:0rem;">
<span style="color: #ffffff;"><strong>&nbsp;Theme Song - Pink Bxxtch Club by ko.yo&nbsp;</strong></span></span>
<audio class="btn" controls="" style="background:#e6be8a;padding:4px;width:270px;height:40px;border-radius:40px;"><source src="MP3LINK">
</audio></td></tr></tbody></table></div></div>


Let me know if that works !

sorry for the late reply but it does! thank you!