[an error occurred while processing this directive]
|
![]() |
123 Web Design! Adding background music Many people have asked me how to add background music to their page. Its actually quite simple. Just add the below code to the document: <bgsound
src="mymidi.mid" loop="infinite"> where "mymidi.mid" is the file path of the midi file you wish to use. The <bgsound> tag is for IE, and the <embed> tag is for NS. |