How to Make Linked Text, that links further down the page?

3 replies
Let me try to explain this....I know there is a way to do this, but I can't seem to figure it out....

Say, you have a page for questions/FAQs on your blog or website....

On the top part of the page, I'd like a list of all the linkable questions individually....but, when clicked on, it would take someone further down the page with both the question and answer....

Does anyone know how to do that? Thanks!

I haven't tried it yet...

but, I just found THIS...

How to get a browser to go to a certain point on a page

May be helpful for someone out there....
#linked #links #make #page #text
  • Profile picture of the author Daniel Rickfold
    <a href="#addtocart"><b>Click Here</b></a>

    and there down you need to have

    <a name="addtocart"></a>
    Signature

    Be The Change You Want To See In The World

    {{ DiscussionBoard.errors[2452212].message }}
  • Profile picture of the author Neil Morgan
    That's it.

    <a name="order"></a>

    Then you can link using:

    <a href="#order">Click here</a>

    ...if it's the same page or even

    <a href="http://www.yourdomain.com/wherever.html#order">Click here</a>

    ...if you want to go to a specific page AND jump to that point on the page.

    Cheers,

    Neil
    Signature

    Easy email marketing automation without moving your lists.

    {{ DiscussionBoard.errors[2452215].message }}
  • Profile picture of the author ksrao
    Hi,

    1. you can use either anchor tags.
    2. Directly u can use URL.

    For example <a href= " url " > onlineclasses at wiziq </a>.
    other wise direct URL.
    Here in this example online classes at wiziq will be highlighted .

    Regards

    Kolla Sanjeeva Rao
    {{ DiscussionBoard.errors[2482056].message }}

Trending Topics