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,
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.
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
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>