Skip navigation
Currently Being Moderated

Link that goes to a specific location on a page?

Jul 16, 2012 12:36 PM

I have a link on my website that will lead the viewer to an article in Metal Building Construction news- I was wondering if there was a way for the link to open at a specific spot in the new page? We want the link to open right to the location on the site where our building is featured. I know how to do it if the link is to a location on the same page as the link... Not sure if it's even possibile to do this. Here is the page:http://stateline7.com/final/Recognition/Recognition.html the image and link is about half way down the page under the Granite Peak Business Center.

 
Replies
  • Currently Being Moderated
    Jul 16, 2012 12:46 PM   in reply to cenelson_stateline7

    You would create an anchor in the page...

     

    <a name="#anchorname">picture or whatever</a>

     

    Then link to it as normal from another page...

     

    www.yoursite.com/page.html#anchorname

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 16, 2012 12:47 PM   in reply to cenelson_stateline7

    Yes.  In HTML you can use named anchors or simply add the id to your hyperlink.

     

    <div id="DivName">

    your article here....

    </div>

     

    Link in parent page:

    <a href="some_link.html#DivName">Link to article</a>

     

    However, Metal Building Construction link goes to a PDF.  So I guess I don't fully understand your question.

     

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 16, 2012 12:51 PM   in reply to cenelson_stateline7

    If you need to link to a certain page in a PDF, you can do it by following the parameters given here:

     

    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameter s.pdf

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points