HTML linking to a 'specific part' of the same/different page
Posted: 2021 Jun 04, Fri 07:03
(** I named the 'specific part' locator #AOLP because I wanted to link to the Administrative & Other Links/Pages Section of my Home Page.)
1. This HTML Code goes in as the 'Link To' ...
<a href="https://www.edenrealm.com/MartinEdensHomePage.html#AOLP">
<font color="#99CC00">Go To ></font>
</a>
2. This HTML Code 'Receives' (Note: I've put it in just above the Section's Heading) ...
<br />
<a name="AOLP"></a>
<br />
<div align="left">
<h2>Administrative & Other Links/Pages:</h2>
</div>