<a href="#namedlink">Link</a> <a name="namedlink">Bookmark</a>
I am wondering if there is a way to link to specific spots in other html documents using html/css. Is this possible using only html/css or do I need to look into other web technologies?
Posted 04 March 2010 - 05:56 AM
<a href="#namedlink">Link</a> <a name="namedlink">Bookmark</a>
Posted 04 March 2010 - 06:43 AM
Posted 05 March 2010 - 02:31 AM
A link to the Useful Tips Section from another document: <a href="http://www.w3schools.com/html_tutorial.htm#tips"> Jump to the Useful Tips Section</a>
Posted 05 March 2010 - 11:59 AM
<a name="title">New Post</a>
<a href="index.php#title">Go straight to the title</a>