Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Dreamweaver (https://www.askmehelpdesk.com/forumdisplay.php?f=470)
-   -   Adding anchor tags (https://www.askmehelpdesk.com/showthread.php?t=274892)

  • Oct 29, 2008, 07:10 AM
    cousinjack
    Adding anchor tags
    Hello
    I am having trouble adding an anchor tag
    I want to add an anchor tag from a word (read)on page one that takes you to page two.

    I then want to link from a, back button, on page two, back to the word (read) on page one.

    It is driving me crazy. I am using Dreamweaver MX
    Any help would be appreciated.

    CousinJack
  • Jan 17, 2009, 02:41 AM
    Artem

    <a href="pagetwo.html">(read)</a>

    and

    <a href="pageone.html">Back</a>

    You mean like that?
    If you want to move to the exact part of a website then use <a name="">
    Like this:

    <a name="one"><a href="><a href=">(read)</a></a>

    and

    <a href="pageone.html#one">Back</a>

    Hope that helps.

  • All times are GMT -7. The time now is 08:25 AM.