Posted by David Dorward on 03/08/06 22:33
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?
<a href="#id_of_element">foo</a>
<h2 id="id_of_element">Foo</h2> <!-- doesn't have to be an h2 -->
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|