How to put music on a page. There are several ways to put music on a page, this is one. This code will put music on Netscape. <EMBED SRC="2otr&rol.mid;" autostart="true" WIDTH="200" HEIGHT="55" TITLE="Sample MIDI" ALIGN="MIDDLE" LOOP=true> This code will put music on IE Explorers. <bgsound src="2otr&rol.mid;" LOOP=INFINITE> If putting both codes on a page you should put the <NOEMBED> container to include both and change the Loop in the embed tag to LOOP=FALSE, like so: <EMBED SRC="2otr&rol.mid;" autostart="true" WIDTH="200" HEIGHT="55" TITLE="Sample MIDI" ALIGN="MIDDLE" LOOP=FALSE> <NOEMBED> <bgsound src="2otr&rol.mid;" LOOP=INFINITE> </NOEMBED> Old Browsers will need plug-ins, new ones don't.