Create a Link to Topics

Discussion in 'HTML & Website Design' started by ElvisFan, Dec 13, 2005.

  1. #1
    I don't know quite how to explain what I need... but here goes as best I can.

    I would like to create a link at the bottom on my page that will re-direct the visitors back to my the menu in my left hand column that has links to my other articles... I use frontpage to create my site.

    As some of my articles are rather long... and I don't want to add links at the bottom of my article pages... just a button something like..

    "Back to Menu" that will direct them to the top of my left hand column that list all my other articles...

    How do I create the link ... thanks,
     
    ElvisFan, Dec 13, 2005 IP
  2. xJulian

    xJulian Banned

    Messages:
    122
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You mean like a 'Back To Top' sort of link where you click it and it brings you back to the top of the page? Maybe I read your post wrong.
     
    xJulian, Dec 13, 2005 IP
  3. ElvisFan

    ElvisFan Peon

    Messages:
    213
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes... exactly .... however I would like the link to go to my left hand column to the menu list....

    How do I create that in Frontpage... and please be gentle ... I am a blonde:rolleyes:
     
    ElvisFan, Dec 13, 2005 IP
  4. xJulian

    xJulian Banned

    Messages:
    122
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Not sure how FrontPage works (generates HTML coding?). Never used it.

    Although you probably know this, here it is anyway: You'd insert <a name=ilikechicken> up where you want it to be put up to when you click the link. And then for the actual link, just put up <a href=#ilikechicken>Blah blah blah</a>. Of course replacing the name!

    So....

    <a name="top">
    HTML CODING
    <a href=#top>Back To Top</a>
     
    xJulian, Dec 13, 2005 IP
  5. ElvisFan

    ElvisFan Peon

    Messages:
    213
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks so much... it did work with frontpage... much appreciated ... and Merry Christmas... :D
     
    ElvisFan, Dec 13, 2005 IP