Thread
:
Adding div elements with JavaScript
View Single Post
Feb 25th, 2007, 6:38 AM
#
2
Arevos
Programming Guru
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power:
5
Place something like:
html Syntax
(
Toggle Plain Text
)
<a
name
=
"top"
/
>
<a name="top"/>
At the top of the page, and:
html Syntax
(
Toggle Plain Text
)
<a
href
=
"#top"
>
Back to top
</a>
<a href="#top">Back to top</a>
At the bottom.
Arevos
View Public Profile
Visit Arevos's homepage!
Find More Posts by Arevos