Kurt Köstenbauer
Rank: Bronze
Posts: 1
Join Date: 2/12/08
|
Named Anchors
|
3/28/08 10:39 AM
We would like to have named anchors to allow jumping within a page. E.g. m.youtube.com provides such a feature, that shows a link to the menu at the top of the page whereas the menu itself is placed at the very bottom.
In HTML it would look something like that:
<a href="#menu">Menu</a>
... some page content ...
<a name="menu"></a> ... the menu ...
|