You can add background music to your web pages in two ways. You can either use PageBuilder, or do it yourself with HTML. To create background music using HTML:
music.mid
This will add the background music to your page. Be sure to replace "music.mid" with your personal music file name.
You can also create background music that plays in a continuous loop, so the music plays until your visitor either clicks the "Stop" button on the browser or goes to another page. To enable your background music to play in a continuous loop, use this code:
Be sure to replace "music.mid" with your personal music file name.
Note: You can only use .mid, .midi, or .wav files for background music. You cannot use .mp3, .rm, or .ram files since these require an external media player to play the music.