bottom of the page

Discussion in 'HTML & Website Design' started by izlik, Aug 9, 2008.

  1. #1
    Hello. I was wondering if someone can help me out here a little bit.

    Let's say i have a link saying "click here to get a cookie" on the top of my page. now, if someone presses this link they are trown to the bottom of the page.

    How can this be done if possible ? i hope someone can help out.
     
    izlik, Aug 9, 2008 IP
  2. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #2
    arwen54, Aug 9, 2008 IP
  3. izlik

    izlik Well-Known Member

    Messages:
    2,399
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    185
    #3
    sorry if im a bit slow, but i dont really understand :( can you make an example for me on what to do please ? :/
     
    izlik, Aug 9, 2008 IP
  4. kolkka

    kolkka Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You need an anchor. Something like:

    <--! top of the page -->
    <a href="#cookie">Cookie here!</a>
    
    
    <--! at the bottom of the page -->
    <a name="cookie">Cookie here!!</a>
    HTML:
     
    kolkka, Aug 9, 2008 IP
  5. izlik

    izlik Well-Known Member

    Messages:
    2,399
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    185
    #5
    works perfectly! thanks so much! :)
     
    izlik, Aug 9, 2008 IP