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

You're fine don't worry, thanks for being so polite ;w;/

Here it is !

<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: rgb(204, 51, 255);opacity:0.30; text-shadow: 0px 0px  15px;"><strong>Song Title</strong></span><br>
<audio controls="" style="opacity:0.30; border-radius:40px; background: rgb(204, 51, 255); padding:2px; width:300px; height:35px;">
<source src="MP3LINK"></audio>
</td></tr></tbody></table></div></div>

Change the opacity:0.30 to chose how transparent you want it ! there is two of them one for the player and one for the text !
(0.30=30% so you can go from 1.00 to 0.00, the lower the number the more transparent !)

Feel free to ask me if you have others questions it doesn't bother me don't worry !

Ah thank you so much! This was super helpful! One last question then, how would I go about stacking two of this code? One above the other? HTML is still very confusing to me once it goes past simple containers and putting things in quotes :'D

No problem ! :D

About stacking, test this and tell me if it's what you want :'D it's faster for me to just edit it myself than to explain ahah sorry

<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: rgb(204, 51, 255);opacity:0.30; text-shadow: 0px 0px  15px;"><strong>Song Title</strong></span><br>
<audio controls="" style="opacity:0.30; border-radius:40px; background: rgb(204, 51, 255); padding:2px; width:300px; height:35px;">
<source src="MP3LINK"></audio>
<p>
<span style="color: rgb(204, 51, 255);opacity:0.30; text-shadow: 0px 0px  15px;"><strong>Song Title</strong></span><br>
<audio controls="" style="opacity:0.30; border-radius:40px; background: rgb(204, 51, 255); padding:2px; width:300px; height:35px;">
<source src="MP3LINK"></audio>
</td></tr></tbody></table></div></div>


Oh yes that's it! Thank you so much :D

No problem :D