I suggest adding
just this:
- Code: Select all
#
This is better since it is supported by
all browsers. #top is not supported by Firefox. Here is an example:
- HTML: Select all
<a href="file.htm#">Link</a>
And this is actually all you need. You do
not need to add an anchor tag (<a>) with the name "top", which is excessive code!
Cheers,
SWagner