great help I'm learning a bunch
Marvin Raymond Brewer
Marvin Brewer wrote:
[...]I don't know what <div> </div> does so i'm not sure where to put them
[...]I don't know what <div> </div> does so i'm not sure where to put them
Read about it here:
http://www.w3schools.com/tags/tag_div.asp
Per
www.mingas.com
www.mingas.com
Marvin Brewer wrote:
[...] how many errors do I have now.[?]
[...] how many errors do I have now.[?]
Validate the html code here:
http://validator.w3.org/
Per
www.mingas.com
www.mingas.com
Thanks for putting me on the right track I should be able to fix it now
Marvin Raymond Brewer
I used validate to get rid of all my errors and thanks for teaching me how
Still won't work right in google everything else it works fine renamed all my mp3 files and got rid of the <hr>
is there anything else I can do to fix it
http://marvin.coffeecup.com/music.html
Still won't work right in google everything else it works fine renamed all my mp3 files and got rid of the <hr>
is there anything else I can do to fix it
http://marvin.coffeecup.com/music.html
Marvin Raymond Brewer
The only thing I can think of is that the Chrome and Opera browsers don't like to preload all of those 32 audio tracks at the same time and instead freeze up after attempting to preload the first six players.
One thing you could try is to prevent the preloading, which means that the audio file would only start to load when the Play button is clicked.
Your current audio tag looks like this: <audio controls>
To prevent preloading, you would change it to: <audio controls preload="none">
One thing you could try is to prevent the preloading, which means that the audio file would only start to load when the Play button is clicked.
Your current audio tag looks like this: <audio controls>
To prevent preloading, you would change it to: <audio controls preload="none">
Per
www.mingas.com
www.mingas.com
Checking on Firefox now that I'm home, you may want to take a look at your positioning as well because all the music players are sitting right on the left edge of the browser which doesn't look very good.
Thanks guys you did it again everything works now
Marvin Raymond Brewer
Great! I'm glad it worked out for you.

Per
www.mingas.com
www.mingas.com
It's "almost" done lol. Check your page again, in Firefox about half way down the page starting with "Dr. Hook - Cooky and Lila" the text is way to the left yet while the players are now centered.
I would also suggest putting a little space between the paragraph at the top and the start of the players as well as putting a little space between each of the players so they are not one right on top of the other. Makes it much easier for your users to know what song they are really playing
Put a little space between the last player and the bottom of the page as well so it's not sitting right at the edge of the bottom of the page. Just helps it look nicer.
Otherwise it's definitely getting there!
I would also suggest putting a little space between the paragraph at the top and the start of the players as well as putting a little space between each of the players so they are not one right on top of the other. Makes it much easier for your users to know what song they are really playing

Put a little space between the last player and the bottom of the page as well so it's not sitting right at the edge of the bottom of the page. Just helps it look nicer.
Otherwise it's definitely getting there!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.