[Resolved] Anchor Tags

Home Forums Support [Resolved] Anchor Tags

Home Forums Support Anchor Tags

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1505020
    Brett

    I’ve got tag that looks like this:

    <h2><strong><a id="special" href="#special">My Tag</a></strong></h2>

    I’ve got two issues:

    1. When I reference the tag, it positions to the content below, instead of on the tag itself. Is there a way to make the heading to be positioned at the top of the view?

    2. I’d love to not have the tag appear as a link, is that possible?

    Thanks!

    Brett

    #1505021
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1505031
    Brett

    I’ve added the link in the private information area.

    #1505064
    Leo
    Staff
    Customer Support

    Are you linking a menu item to that section?

    #1505070
    Brett

    I will be linking a menu and from another page.

    Right now, I’m in development so I don’t want to add the menu items yet.

    Thanks!

    #1505223
    Brett

    Have any ideas on how to fix my issues?

    BTW: I added a pwd to the page.

    #1505308
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This will link to itself:

    <h2><strong><a id="special" href="#special">My Tag</a></strong></h2>

    What if you just do this?:

    <h2 id="special">My Tag</h2>

    #1505344
    Brett

    That worked. Thanks!

    #1505363
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.