APPLYING A MIDI TO YOUR PAGE



Here is the code you will use:


<bgsound src="ADDY OF MIDI HERE"> </bgsound src=>

NOTE:
Put an = between the src and the > at the end of the code!




If you want it to play over and over
you will add this code:


<bgsound src="ADDY OF MIDI HERE"loop="infinite"></bgsound src=>

NOTE: after </bgsound srcput an = between the src and the > for some reason it will not apear above!