I want to place some anchors on my page but they don't work.
I have tried using;
<div id="menu" style="position: relative"><a>name="up"</a>
but it seems that name is now obsolete.
I am now using;
<div id="menu" style="position: relative"><a> id="up"</a>
but all I get is "id="up" printed on the screen.
I have used;
<a> href="#up"</a>
further down the page.
How should I code the anchors for the above 2 examples?
If it makes life easier I can try putting "position: relative" in the css file that I have made for this page.
Thanks.


Reply With Quote

Bookmarks