• I am trying to create internal links from one page on my site to a specific item on another page. I have used the following format, where links on Page1 go to the fragment, “Item”, on Page2.

    (Links in Page1) <href=”page2.html#item”>item

    (Fragment in Page2) <(anchor tag) id=”item”>Item<(close anchor tag)>
    OR <(anchor tag) name=”item”>Item<(close anchor tag)>
    (I had to describe the anchor tags for this post, because it was actually following the html when I posted!)

    This works, but it results in Item appearing like a link, even changing color when I hover over it (though it doesn’t have a destination). Is there some way that I can link to Item without that effect? Thanks

    (I am using the Weaver II theme)

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘internal link from one page to fragment on another page’ is closed to new replies.