What is this called?

PHiuR

Diamond Member
Apr 24, 2001
9,539
2
76
you can see how the links can jump you to a different part of the site.

what is this type of linking called?

example
 
Jun 4, 2005
19,723
1
0
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.
 

AdamSnow

Diamond Member
Nov 21, 2002
5,736
0
76
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:
 

JDrake

Banned
Dec 27, 2005
10,246
0
0
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