Posted by Gary on 02/06/07 12:32
Im just experimenting with internal linking.
The problem I have is that the page doesnt jump to the link, but only
the page the link is on. For example i'd like to jump so that the link
im jumping to appears as the first item on the page, and not halfway
down the page which is what's happening at the moment.
Here is my HTML: -
any ideas on what is going wrong please?
===============================
<html>
<head>
<title>My Title Page</title>
</head>
<body>
<a href="#heading1">Jump to heading 1</a>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<h1 id="heading1">Heading1</h1>
</body>
</html>
[Back to original message]
|