how do i link to something that is on the same page? i want to link have a link at the top of my page, and when a vistor clicks on it they will be taken to that section of my page(still on the same page).
simple html ?
Collapse
X
-
ahem something like this
<a href="#blah">
Then where you want the link to go to you would write this
<title="#blah"> -
-
okay lets try again without < >
a href="#blah"
then where you want Blah to be, put this
title="#blah"
Make sure to use brackets so lets test it, heh click this <a href="#blah">here</a>
<title="#blah">Comment
-
-

Comment