Welcome to TalkGraphics.com
Results 1 to 4 of 4

Hybrid View

  1. #1

    Default link in a very long page to show a section

    I know this can be done but i can't seem to find how.


    I have a very long page with sections in it example.


    -----------------------------------------------------------------









    I want to link go to this section only not the whole page. How do I do this? Thanks





    ----------------------------------------------------------------------------------












    Another link for this section etc

  2. #2
    Join Date
    Jul 2008
    Location
    Phoenix, AZ
    Posts
    267

    Default Re: link in a very long page to show a section

    You need to put some html in the different sections where you want them to go, like:

    <a name="section1">Section 1</a>

    <a name="section2">Section 2</a>

    <a name="section3">Section 3</a>

    Those items aren't visible to a visitor.

    Then you want to add your links:

    <a href="#section1">Go To Section 1</a>

    <a href="#section2">Go To Section 2</a>

    <a href="#section3">Go To Section 3</a>

    putting them where you want the links to appear to the visitor

    You can also use it in a url to take someone to the page and to the specific section, say from another page, another website, or maybe even an email:

    http://yourdomain.com/page.html#section1
    Chris
    LotsMoreHosting.com

  3. #3

    Default Re: link in a very long page to show a section

    In Web Designer, the way to do this easily is to add small objects at the points you want to jump to, generally the same colour as your background, and name them each with it's own unique name.
    These can then be linked to as anchors in Web Properties>>Link to anchor.

  4. #4

    Default Re: link in a very long page to show a section

    thank you

 

 

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
  •