Do you want to people to be able to get to different parts of your page easier or do you just want to add a link so people can get back to the top of the page easily? Then come in and find out how.
Difficulty Level: Beginner Time Required: 5 minutes
Here's How:
- Create the hook for where you want to go when the main link is clicked on: <A NAME="top">Title Of The Page</A>
- Give your link a name (here it is called top) and give it a title.
- Create the link that will be clicked on. This link tells the browser where to go: <A HREF="#top">Back To The Top</A>
- Use the same name as used in the hook and give it a title (here the title is Back To The Top).
- Make sure you give the same name to each or it won't work!
Related Features:
