Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3673334
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:43:12+00:00 2026-05-19T02:43:12+00:00

Ok the topic I asked here is about anchor is that correct? Ok this

  • 0

Ok the topic I asked here is about “anchor” is that correct?


Ok this actually works now

<a href="http://www.mysite.com/index.php?id=363#tips1">**Development**</a> this is on the First Site

And then where the Development is: (2nd site)

<a name="#tips1">**Developer**</a>

Did I miss something here?


Ok this is this first site:
http://i197.photobucket.com/albums/aa253/tintingerri/Test/test-4.png

Now if you can see, if you click on the “Development” it will go to the 2nd site. And in this 2nd site, this is where I listed the “Development” and “Consulting” in one page.

Now I would like that if the user click on “Consulting” it would go directly to the “Consulting” text and not to “Development” text first because they are written in one page.

So is this anchor?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:43:13+00:00Added an answer on May 19, 2026 at 2:43 am

    I’m not sure I understand what you mean.

    <ul>
        <li><a href="#apple">Apple</a></li>
        <li><a href="#banana">Banana</a></li>
        <li><a href="#grapes">Grapes</a></li>
    </ul>
    <hr />
    <p id="apple">This is the Apple section.</p>
    <hr />
    <p id="banana">This is the Banana section.</p>
    <hr />
    <p id="grapes">This is the Grapes section.</p>
    

    When you click on a link, it will take you to the section it’s linked with via element IDs. The sections can be behind the <hr />.

    Linking to another page is similar:

    <ul>
        <li><a href="/fruit.html#apple">Apple</a></li>
        <li><a href="/fruit.html#banana">Banana</a></li>
        <li><a href="/fruit.html#grapes">Grapes</a></li>
    </ul>
    

    Is this what you meant?

    [EDIT]

    After clearing the issue in the comments, the solution indeed turns out to be anchors. Page one, say, index.html, will have this code:

    <ul>
        <li><a href="/fruit.html#apple">Apple</a></li>
        <li><a href="/fruit.html#banana">Banana</a></li>
        <li><a href="/fruit.html#grapes">Grapes</a></li>
    </ul>
    

    While page two, say, fruit.html, will have this code:

    <p id="apple">This is the Apple section.</p>
    <hr />
    <p id="banana">This is the Banana section.</p>
    <hr />
    <p id="grapes">This is the Grapes section.</p>
    

    You don’t have to use <p> tags, of course. You’ll probably want to use <div> containers instead:

    <div id="apple">
        <p>My apple stuff</p>
    </div>
    <hr />
    

    etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

NOTE:: I have also asked this question on the Clearcanvas forums at:: http://www.clearcanvas.ca/dnn/tabid/69/afv/topic/aff/11/aft/15086/Default.aspx Hi,
This general topic has been asked here multiple times: how to render UITableViewCells with
I have already asked some questions about this topic, I have made some modifications
I didn't see any similar questions asked on this topic, and I had to
I recently joined this organisation that I am currently working at that has asked
I previously asked a similar question on this topic a while back and got
This is little different from what already been asked for here I would like
The topic generically says it all. Basically in a situation like this: boost::scoped_array<int> p(new
This is slightly off topic of programming but still has to do with my
I guess the topic says it. I have tried googling this, but havent gotten

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.