You will need to apply this code anywhere between the
<body> </body> tags of the HTML structure. In this example, it's done directly following the <BODY> tag of the standard Generator style while editing inside the LASTN_PAGE section<body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">
<bgsound src="http://www.example.com/useraccount/soun dfile.mid" loop=1></bgsound>
.
.
.
.
www.example.com = web address of your webhosting site
useraccount = name of your account (not applicable to everyone)
soundfile.mid = name of the soundfile (can also be wavs and mp3s files)
loop = n-times/infinite, n-times = play n times before stopping, infinite = continuous
The <bgsound> tag is not supported by all browsers, and so some people may not be able to hear the background music when visiting your journal.