background sound audio or midi code

Welcome to my Background Sound Code Page

NUTSHELL VERSION is below: Insert in the head of Html. Insert your midi or wav file in the place of Yourvoice.wav in the codes below:

<bgsound="Yourvoice.wav" loop="1">

and or the code below:

<embed src="Yourvoice.wav" hiddden="true"

align="baseline" border="0" width="25" height="15">

</embed>

I use both like this:NUTSHELL VERSION

<bgsound="Yourvoice.wav" loop="1">

<embed src="Yourvoice.wav" hiddden="true"

align="baseline" border="0" width="25" height="15">

</embed>

If you want more information then the nutshell version please go to the link below. I have decided that you need two codes for the background sound for all browers and when you use both it seems to work better(as in both of the codes above). As a result, I have decided to direct you to the link below: click on this link
*New Html Tips and Tricks!
and then HOW TO CREATE YOUR OWN CUSTOMIZED AUDIO FILE
Nutshell Version is below.

<bgsound="Yourvoice.wav" loop="1">

and or the code below:

<embed src="Yourvoice.wav" hiddden="true"

align="baseline" border="0" width="25" height="15">

</embed>