Posted by Kim Andrι Akerψ on 03/08/06 11:54
Starman wrote:
> I want to place a link within a page (the top) to link to another
> part of the same page (bottom). How do I do this and what is the code?
The link at the top:
<a href="#bottomofthepage">Go to the bottom</a>
The reference at the bottom:
<a name="bottomofthepage" id="bottomofthepage"></a>
It doesn't matter what you name them (replacing "bottomofthepage"), as
long as they match. And I've provided both the "name" and "id"
attributes in the second location for backwards compability only. You
may skip one of these (depending on which doctype you're using).
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
[Back to original message]
|