• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is this called?

Anchoring.

This is how you would do it :

<a href="#gohere">The Link</a>

Then, you'd find the place you want it to jump to, and write this :

<a name="gohere">This is the text I want the link to bring me to</a>

Also, you can simply put <a name="gohere"></a> by itself, then the text after it; it doesn't have to be wrapped in the <a> tag.
 
Originally posted by: LoKe
Originally posted by: AdamSnow
Originally posted by: LoKe
Bump incase you lost the thread.

Thanks, cause a guy with 7500 posts doesn't know how to find a thread that he made...

:roll:

Because the search feature is in amazing condition right now.
Title searches and Author searches are working fine, as is the "Page # Next >>" button
 
Back
Top