1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Link Help Please

Discussion in 'Web Development' started by webdesignus, Aug 24, 2005.

  1. webdesignus

    webdesignus New Member

    Hi I am still learning dreamweaver and know basic linking now but still need help I dont know coding that well. I will be taking web design class later this year. Can anyone help? I need this site up by tonight and all I need to do is the linking.

    Here is the main View how do I add a link for each one in this coding?

    <table border="1" borderColor="#CECEC1" bgColor="#f6f6e6" width="750" cellpadding="0" cellspacing="0" height="25"><tr>
    <td align="center"> <img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"> <a class="mm" href="WoF%20Template/.html">home</a>
    <img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"> <a class="mm" href="WoF%20Template/.html">information</a>
    <img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"> <a class="mm" href="WoF%20Template/.html">membership</a>
    <img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"> <a class="mm" href="WoF%20Template/.html">newsletter</a>
    <img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"> <a class="mm" href="WoF%20Template/.html">links</a>
    <img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"> <a class="mm" href="WoF%20Template/.html">join</a></td>
    </tr></table></center>
    <table><tr><td width="5"><img src="http://freetemplatesbyann.com/cgi-bin/gif.pl" alt="1n0o" border="0" width="5" height="1"></td></tr></table>

    Thank You.
     
  2. SympliG0th

    SympliG0th New Member

    I'm not sure if I understand what you are looking for, but here's what I have.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    <table border="1" borderColor="#CECEC1" bgColor="#f6f6e6" width="750" cellpadding="0" cellspacing="0" height="25"><tr>
    <td align="center"> <a href="link.html"><img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"></a>
    <a class="mm" href="WoF%20Template/.html">home</a> <a href="linke.html"><img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"></a>
    <a class="mm" href="WoF%20Template/.html">information</a> <a href="link.html"><img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"></a>
    <a class="mm" href="WoF%20Template/.html">membership</a> <a href="link.html"><img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"></a>
    <a class="mm" href="WoF%20Template/.html">newsletter</a> <a href="link.html"><img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"></a>
    <a class="mm" href="WoF%20Template/.html">links</a> <a href="link.html"><img border="0" src="WoF%20Template/img/little.gif" alt="1n0o"></a>
    <a class="mm" href="WoF%20Template/.html">join</a></td>
    </tr></table></center>
    <table><tr><td width="5"><img src="http://freetemplatesbyann.com/cgi-bin/gif.pl" alt="1n0o" border="0" width="5" height="1"></td></tr></table
    ></body>
    </html>
     
  3. Masta

    Masta New Member

    Lol linking is the most basic thing to do on dream weaver. :|, what are u trying to do? link ur buttons to another page? or link ur text to another page..
    You still have to code the webpage title, link colours, background colours/picutres, text colours, active link colours um the margins.