How to link between two text lines in different places on the sam.

  • Thread starter Link between two text lines in 1 page
  • Start date
L

Link between two text lines in 1 page

I would like to be able to click on one of six headings at the top of the
page and be taken to the passage which gives more detail. There are six
detail passages at the bottom of the page.
Usually on the heading at top of page I use <a href = "A">This is good</>




Then in the detail passage I use <H2 Name = "A">This is good</H2>

Can anyone hepl me in Front page?

Tom
 
R

Ronx

Use bookmarks.

at top of page use <a href = "#A">This is good</a>

Then in the detail passage use
<H2><a name="A" style="text-decoration:none">&nbsp;</a>This is good</H2>

--
Ron

Reply only to group - emails will be deleted unread.


"Link between two text lines in 1 page" <Link between two text lines in 1
[email protected]> wrote in message
news:[email protected]...
 
Top