Music only on homepage
dschleif1
Registered Users Posts: 5 Beginner grinner
Hello! I was wondering if someone could help me out with my code to only allow music to be played on my homepage. I'm not very savvy when it comes to website design and code, but I do what I can with research. I added music to my website using this code in my footer:
<div id ="my_music"><audio controls autoplay="controls"><source src="http://free.mp3songurls.com/1374387.mp3" autoload="true" autoplay="true" hidden="true" type="audio/mp3" /></source></audio> </div>
I then added this code to my CSS box, which I read would only allow music to be played on my homepage, but it hasn't worked:
#my_music {display: none;}
.homepage #my_music {display: block;}
I'm pretty much stuck on this one. Thanks a TON!!!!
<div id ="my_music"><audio controls autoplay="controls"><source src="http://free.mp3songurls.com/1374387.mp3" autoload="true" autoplay="true" hidden="true" type="audio/mp3" /></source></audio> </div>
I then added this code to my CSS box, which I read would only allow music to be played on my homepage, but it hasn't worked:
#my_music {display: none;}
.homepage #my_music {display: block;}
I'm pretty much stuck on this one. Thanks a TON!!!!
0
Comments
BTW, you close the <source> with a / (...udio/mp3" /></source>) so the </source> is not needed.
My Website index | My Blog
Please check out my gallery of customisations for the New SmugMug, more to come!