I think they are called bookmarks....
An example of them:
You would go to Website.com/Characters#Sam.html and it would automatically scroll down to the part with Sam.
Last edited by kimmy123 (2011-07-20 19:14:34)
Offline
kimmy123 wrote:
I think they are called bookmarks....
An example of them:
You would go to Website.com/Characters#Sam.html and it would automatically scroll down to the part with Sam.
HTML
<a name="Sam">Stuff about Sam</a>
<a href="#Sam">Read about Sam</a> (If on same page)
<a href="http://www.website.com/Characters#Sam">
Read about Sam on our site!</a> (Link to section on different page.)
Offline
Closed by request or owner.

Offline