Forums

How to add a link to another part of my page/post? (8 posts)

  1. Shan@LastShredsOfSanity
    Member
    Posted 1 year ago #

    I'm using tabs in my page and I want to link text to the "contact me" tab so that people can easily get to my contact form. How would I do that when it's not a ul or li?

  2. Shayne
    Member
    Posted 1 year ago #

    You can look here (at the name Attribute area) to see how to set up anchor links, which is what you're wanting I think.

    http://www.w3schools.com/HTML/html_links.asp

  3. Shan@LastShredsOfSanity
    Member
    Posted 1 year ago #

    I'm not quite sure how to do that with the tab sections I have. I'm using the Post/Page tabs plugin. You can see it here: http://shansshredsdesigns.com

    The section/tab I want it to go to is the "contact & payment" tab. It has the attribute of [tab name='Contact & Payment'] Not sure how to use that in the example you sent me to.

  4. Shayne
    Member
    Posted 1 year ago #

    Yeah, you need to be able to get a "name" into the href like:

    <a href="link_here" name="#anchor">Contact & Payment</a>

    Not sure you'll be able to do that using the plugin (unless you wanted to modify the plugin).

  5. Shan@LastShredsOfSanity
    Member
    Posted 1 year ago #

    Yeah, I don't modify plugins. LOL

    This kind of sucks that I can't use the anchor. OY

  6. Shayne
    Member
    Posted 1 year ago #

    Yeah...and I'm not saying it's completely impossible but not that I know of they way you have things set up currently :(

  7. Shan@LastShredsOfSanity
    Member
    Posted 1 year ago #

    Thank you for your help anyway. Maybe I can ask on the forum for that plugin and see what they say.

  8. Shayne
    Member
    Posted 1 year ago #

    Good idea, and no problem!

Topic Closed

This topic has been closed to new replies.

About this Topic