I’ve make a bookmark on page within my website. Now I want to make a hyperlink on my homepage to the section on my web page. FrontPage is only letting me do that within the same page. Thanks.
Best reply by Ron:
Dump FrontPage and use a better visual editor. FrontPage is the world’s WORSE web editor. Word, WordPad, Publisher and even the infamous FrontPage should NEVER be used for web pages. They guarantee that your web pages will NOT be cross-browser compatible because of all the Microsoft Schema code it adds. Only IE and Maxthon understand this code. Additionally, FrontPage requires server extensions be installed to work correctly.
To answer your question, you need to use name anchors:
Named Anchors:
Those are called named anchors. Scroll down to the title “The name Attribute” for good examples: http://www.w3schools.com/HTML/html_links.asp
You can edit and try your own code out online here: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_link_locations
Examples:
10 Linking from a section on one web page to a section on another web page:
Using an image as the link:
Text Link:
Target Text Link on External Page:
For a better WYSIWYG Editor:
Web Editors (Many Free):
WYSIWYG Editor List: http://en.wikipedia.org/wiki/List_of_HTML_editors#WYSIWYG_editors
25 Useful WYSIWYG Editors Reviewed: http://www.smashingmagazine.com/2008/05/06/25-wysiwyg-editors-reviewed/
10 Fantastic Free Web Page Editors: http://www.elated.com/articles/10-fantastic-free-web-page-editors/
Free HTML Editors, Web Editors, and WYSIWYG Web Editors and Site Builders:
http://www.thefreecountry.com/webmaster/htmleditors.shtml#htmleditors
PageBreeze (Free visual (WYSIWYG) and HTML tag/source modes): http://www.pagebreeze.com/
Ron
Read the original question here
How do you make a link to a bookmark on another page using FrontPage?