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

i got it to work but now im facing the issue of the text blending in with the background😭 is there a way to also add a border to the text?

heres the code im using incase you need it to help :]

<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;">The Court Jester - thquib<br><p><audio controls="" style="background:rgb(204, 0, 255);padding:4px; width:270px;height:40px;border-radius:40px;"><source src="https://media.vocaroo.com/mp3/14RulltQQ2ep"></audio></p></span></td></tr></tbody></table></div></div

maybe that ? I did it very quickly so might be a bit messy but seems to be right

<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" style="background:rgb(204, 0, 255); height:15px;font-size:11px;border-radius:4px 4px;padding:0rem;"><span style="color: #ffffff;">&nbsp;The Court Jester - thquib&nbsp;</span></span><span style="color: default;"><br><p><audio controls="" style="background:rgb(204, 0, 255);padding:4px; width:270px;height:40px;border-radius:40px;"><source src="https://media.vocaroo.com/mp3/14RulltQQ2ep"></audio></p></span></td></tr></tbody></table></div></div>

its exactly how i wanted it tysm for all the help!! :D

you're very welcome, enjoy !