Well, the anchor is going to be at the top when you click the link. In other words:
Code:
<a href="#bookmark">Click ME!</a>
<br><br><br><br>
<a name="bookmark">I'm at the top of the screen when you click the above link!</a>
Now, that only works if there is enough space below the content for the page to scroll down that far, so the above example won't work unless you do something like:
Code:
<a href="#bookmark">Click ME!</a>
<br><br><br><br>
<a name="bookmark">I'm at the top of the screen when you click the above link!</a>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
EDIT:
*will donate a small fee through paypal when i get it right. thanks
Money isn't necessary . I think I speak for most when I say that we help because we've been helped 
And here is a full example:
Code:
<a href="#q1">Question 1</a><br>
<a href="#q2">Question 2</a><br>
<a href="#q3">Question 3</a><br>
<a href="#q4">Question 4</a><br>
<a href="#q5">Question 5</a><br>
<br><br><br>
<a name="#q1">Question 1</a><br>
Content Goes Here. La la la la la<br>
La la l al al al a<br>
<a href="JAVASCRIPT:scroll(0,0)">Top</a><br><br>
<a name="#q2">Question 2</a><br>
Content Goes Here. La la la la la<br>
La la l al al al a<br>
<a href="JAVASCRIPT:scroll(0,0)">Top</a><br><br>
<a name="#q3">Question 3</a><br>
Content Goes Here. La la la la la<br>
La la l al al al a<br>
<a href="JAVASCRIPT:scroll(0,0)">Top</a><br><br>
<a name="#q4">Question 4</a><br>
Content Goes Here. La la la la la<br>
La la l al al al a<br>
<a href="JAVASCRIPT:scroll(0,0)">Top</a><br><br>
<a name="#q5">Question 5</a><br>
Content Goes Here. La la la la la<br>
La la l al al al a<br>
<a href="JAVASCRIPT:scroll(0,0)">Top</a><br><br>
<!-- It's better to use a div, if you know CSS, but if you don't, you can use breaks //-->
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br>
Bookmarks