Add a link to your site using this code <a href="url of site">word </a>

    To add a link using a word or phrase: WORD or Pharse
-:] Code -          <a href="url">WORD or Pharse </a>


    To open link in a new window: [target="_blank"] Word or Phrase When u click it will open the site in a new window
-:] Code -          <a target="_blank" href="url">Word or Phrase</a>


    Lets combine all that we learn:  Word or Phrase  Now this link has a differnt color, size, font face, and it opens in a new window.
-:] Code -          <a target="_blank" href="url"><font color="99000" face="matisse itc" size="5px">Word or Phrase</font></a>


    To use an image as a link:
-:] Code -          <a href="url"><img src="image url"></a>


    To use an image as a link and have it open in a new window:   A border will automatically appear when you use and image as a link
-:] Code -          <a target="_blank" href="url"><img src="image url"></a>


    To take the border out: [border="0"]
-:] Code -          <a target="_blank" href="url"><img src="image url" border="0"></a>


    Lets combine all that we learned about images: [target="_blank" alt="Da Rican Boi height="50" width="50"] Da Rican Boi The image is a link and also had a title no border and the size is diferent.
-:] Code -          <a target="_blank" href="url"><img src="http://www.daricanboi.com/drb4.jpg" border="0" alt="Da Rican Boi" height="50" width="50"></a>


    To add an e-mail link using a word or phrase: [mailto:name @ email.com]  &nbso; Click to e-mail me
-:] Code -          <a href="mailto:name@site.com">Click to e-mail me</a>


    To add a subject to an e-mail link using a word or phrase: [mailto:name @ email.com?subject=blah"]    E-mail me a question When u send an e mail the subject will appear
-:] Code -          <a href="mailto:NAME@EMAIL.com?subject=question">TEXT HERE</a>


    Link to Your AIM. [AOL Instant Messenger]
        <a href="aim:goim?screenname=aimname">aim name</a> .


    Link to Your YIM. [YAHOO Instant Messenger]
        <a href="ymsgr:sendIM?yimname">yim name</a>


   You can use this Drop Down Menu to organize your links as well.

Exmaple:
When you click on a name. It will open a new window to that URL.

Code:
<form name="form3">
<select style="font-size:10px;color:#012853;font-family:arial;background-color:#E3E3E3;" name="menu3" onChange="window.open(document.form3.menu3.options[document.form3.menu3.selectedIndex].value);">
<option>Drop Down:</option>
<option value="http://daricanboi.com/">DaRicanBoi</option>
<option value="http://jukie-fied.com/">Jukie</option>
<option value="http://hybrid-function.net/">Farrakhan</option>
<option value="http://delicious-designz.net/">Cubana</option>
<option value="http://www.nerdy-sanchez.com/">Catalina</option>
<option value="http://deuce89.com/">Lismani</option>
</select></form>




You should have learned how to make a link and open da link in a new window [target="_bank"] and remove a border from da link [border="0"]and how to make an e-mail link and an e-mail link with a subject