Quote:
Originally Posted by Revok
Splendidly informative, but you could do with organising the topics as a list of links at the top of the page - click the link, it takes you straight to the designated paragraph, rather than having to manually scroll down. It's a ridiculously simple HTML trick, but buggered if I can remember exactly how to do it...
Random example...
http://forums.winamp.com/showthread.php?threadid=161361
|
This uses named anchors. It's not so difficult; at the end of the link at the top you have a hash then the name of the anchor:
.....#crossfit
then insert an anchor on the line above the paragraph and call it the same thing as above ie
...< a name="crossfit" > < / a>...
But without all those spaces. Had to stick them in so that the forum didn't try to interpret the code.