In hobbies.html, add the content below
<hr />
<p>
This is a
<a href="#another_section">hyperlink to another section</a>
in this page.
</p>
<!--
The <br /> elements added are needed to make the page long enough
so that one can see the effect of jumping to a bookmark.
-->
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<h3><a name="another_section"></a>Another section</h3>
Here is more stuff, further down the Hobbies page.
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br /><br /><br />
Although it is more expedient to cut-and-paste, the addition
of this content is best done in 3 steps:
-
Add the first section up to the
<h3><a name="another_section"></a>Another section</h3>
by cut-and-paste.
-
Add the element by hand:
<h3><a name="another_section"></a>Another section</h3>
The <a name=""></a> should be created using the
green
anchor icon in the Objects tab.
The bookmark never surrounds text, it is always used
with empty content.
-
Add the third section, starting with
"Here is more stuff..."
by cut-and-paste.