How to Link to the Open Music Project

The Open Music Project welcomes links from other websites. Show your support for the Open Music Project and get the word out with one of the helpful options below, or use your imagination.

1. Simple Link

The Open Music Project

Put a simple link to the Open Music Project on your web page with the following HTML:

<a href="http://musicmoz.org/">The Open Music Project</a>

2. Search Box


The Open Music Project

Put an Open Music Project search box on your web page with the following HTML:

<form method="get" action="http://musicmoz.org/search/search.cgi">
   <input size="30" name="search">
   <input type="submit" value="MusicMoz Search"> 
   <br><small><b><a href="http://musicmoz.org/"> The Open Music Project</a></b></small>
</form>

3. Category Box

Bands and Artists
Anti-Music
Business
Composition
Computers
Concerts and Events
DJs
Education
Instruments
Lyrics
Record Labels
Regional
Releases
Religious
Resources
Shopping
Sound Files
Vocal
Women in Music
Styles

Add an Open Music Project category box to your website with the following HTML:

<table bgcolor="#000000" cellspacing="0" cellpadding="1" border=0>
   <tr>
      <td>
         <table bgcolor="#f0f0df" cellspacing="0" cellpadding="6" border="0">
            <tr>
               <td colspan="2" align="center">
                  <small>
                      <b>
                        <a href="http://musicmoz.org/Bands_and_Artists/">Bands and Artists</a>
                     </b>
                  </small>
               </td>
            </tr>
            <tr>
               <td>
                  <small>
                     <b>
                        <a href="http://musicmoz.org/Anti-Music/">Anti-Music</a><br>
                        <a href="http://musicmoz.org/Business/">Business</a><br>
                        <a href="http://musicmoz.org/Composition/">Composition</a><br>
                        <a href="http://musicmoz.org/Computers/">Computers</a><br>
                        <a href="http://musicmoz.org/Concerts_and_Events/">Concerts and Events</a><br>
                        <a href="http://musicmoz.org/DJs/">DJs</a><br>
                        <a href="http://musicmoz.org/Education/">Education</a><br>
                        <a href="http://musicmoz.org/Instruments/">Instruments</a><br>
                        <a href="http://musicmoz.org/Lyrics/">Lyrics</a><br>
                     </b>
                  </small>
               </td>
               <td>
                  <small>
                     <b>
                        <a href="http://musicmoz.org/Record_Labels/">Record Labels</a><br>
                        <a href="http://musicmoz.org/Regional/">Regional</a><br>
                        <a href="http://musicmoz.org/Releases/">Releases</a><br>
                        <a href="http://musicmoz.org/Religious/">Religious</a><br>
                        <a href="http://musicmoz.org/Resources/">Resources</a><br>
                        <a href="http://musicmoz.org/Shopping/">Shopping</a><br>
                        <a href="http://musicmoz.org/Sound_Files/">Sound Files</a><br>
                        <a href="http://musicmoz.org/Vocal/">Vocal</a><br>
                        <a href="http://musicmoz.org/Women_in_Music/">Women in Music</a><br>
                     </b>
                  </small>
               </td>
            </tr>
            <tr>
               <td colspan="2" align="center">
                  <small>
                     <b>
                        <a href="http://musicmoz.org/Styles/">Styles</a>
                     </b>
                  </small>
               </td>
            </tr>
         </table>
      </td>
   </tr>
</table>