Make a link point to a sequence from the post? (blogger)

Discussion in 'HTML & Website Design' started by SEOnazi, Jun 25, 2011.

  1. #1
    If I have an longer article with multiple titles and want to link to a title from the middle of the article, how do I do that?

    Example: http://en.wikipedia.org/wiki/United_Kingdom#Visual_art
     
    SEOnazi, Jun 25, 2011 IP
  2. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #2
    What do you mean "link"? Do you mean hyperlink?
     
    BRUm, Jun 25, 2011 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #3
    Wikipedia uses html bookmarks, you could have that on your website as well.
    To create a bookmark:
    <span id="bookmark1">New paragraph starts here...</span>
    Code (markup):
    Then link to it like this: yourdomain.com/somepage.html#bookmark1
     
    Clive, Jun 26, 2011 IP