Linking to text within a page

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

I want to link from a list to a description on the same
page. I know it must be simple - but I can't figure it
out. Say for an example - FAQ has the list of questions -
then you click on the question and it jumps down to the
answer on the page (then there is a "top" link to take
you back up.

Help - Please - I would really appreciate it.
 
Create bookmarks.
For top of page create a hyperlink with-in the page and bookmark it #TOP.
Here's what I use:
Top Of Page
Go back
<a TARGET="_top" HREF="#top">Top Of Page</a><br>
<a HREF="javascript:history.go(-1)" TARGET="_top">Go back</a>
You don't have to code it in, just insert it as an HTML component, copy an
paste wherever you need it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Linking web pages 1
Creating Links to navigate within a page 2
linking within a page 2
Back to previous point on page 14
Linking a photo to text in a website 1
Link Bar Disappearing 7
FAQ Page 8
Windows 7 Internet Links 13

Back
Top