Click to See Complete Forum and Search --> : I want to learn how to place music on my page with html coding


NoobWeb
07-16-2006, 06:53 PM
Alright um What I mean is to have music that is hidden in the page and you can hear it.

and again I want to learn how to upload my own music so I can use it in Html coding to place it in a website called neopets in a guild of mine.
I would show you the page but ...only users can veiw web pages.

Is there a certain site i can use to upload my music so I can put it on?
Please I need help on this....If you need me to be more specific please privite message me and I`ll try to explain....the best I can!

Luke101
07-16-2006, 07:16 PM
here is a html code that you places in the HEAD of your html. it will get you background music if that's what you mean!
<bgsound src="File name" loop="-1">
You can change -1 to 1, 2, or how many times you want to play the music. (now it should play over and over and never end)

felgall
07-17-2006, 01:34 AM
<bgsound> is a proprietary IE tag from about 10 years ago.

The correct way to attach sound files to a page is using the <object> tag.

Albatross
07-17-2006, 06:27 PM
Elizabeth Castro just wrote an article on "A List Apart" that you will want to read.
http://www.alistapart.com/articles/byebyeembed