Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

cousinjack
Oct 29, 2008, 07:10 AM
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

Artem
Jan 17, 2009, 01:41 AM
<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="pagetwo.html">(read)</a></a>

And

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

Hope that helps.