Hey. You know when you have like a table of contents, for example:
Click here to read about system restore.
And when you click "here", the page will automatically scroll down to the right section.
How can I do this in wordpress?
Thank you.
Hey. You know when you have like a table of contents, for example:
Click here to read about system restore.
And when you click "here", the page will automatically scroll down to the right section.
How can I do this in wordpress?
Thank you.
It's called a "jump to target" link, in old fashioned lingo.
<a href="/page-name#tohere">jump to here</a>
Would take the user to:
<a name="tohere"></a>
You can customize it from there with whatever you want.
thank u very much
nvm, i got it working thx again
This topic has been closed to new replies.