Results 1 to 5 of 5

Thread: Internal links

  1. #1
    Join Date
    May 2006
    Posts
    259
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Internal links

    I have a page that I’m using to place several articles and I’m trying to find out how to place a link to each article.

    For example, if you clicked on any of the following it would bring you to that part of the page.

    Article01

    Article 02

    Article 03

    Article 04

    and so on…


    Hope you understand what I mean because I’m having a hard time expression myself these days.

    Thank you!
    "Only dead fish flow with the stream".
    - Unknown

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    I think this is what you mean, try this:

    Code:
    <a href="#article-1">Article 1</a>

    Then wherever "Article 1" is, place this:

    Code:
    <a name="article-1"></a>
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    May 2006
    Posts
    259
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Perfect... Thank you!
    "Only dead fish flow with the stream".
    - Unknown

  4. #4
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    Yes, that's the only solution.

  5. #5
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    No, it's not. window.scrollTo() could work. But I would highly recommend not to post things like "Ditto", or "Okay". Gives a bad impression of that, your trying to up your post count.
    - Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •