(to put exactly what you type onto the web page...)
<xmp> (...type that.) ______________________________________________________ for embedded MIDI's <center><p><bgsound src="filename.mid" loop="infinite"> <embed src="filename.mid" height=0 width=2 autostart=true> (yee haw) Or for WAV fies... <embed src="filename.wav" width=0 height=2 autostart=true> ______________________________________________________ to show brackets on your page, type <tt> < (the text goes here) > </tt> ______________________________________________________ for links that aren't underlined... <style><!--a {text-decoration: none}--></style> or <A HREF="_______" STYLE="text-decoration:none"> type that! ______________________________________________________ for links that show text at the bottom instead of the link URL... ONMOUSEOVER="window.status='enter text here';return true" ONMOUSEOUT="window.status=' ';return true" use that inside the <a href...> bracket, then after the linked text, type </A></A> 1