View Single Post
Old 10-31-2007, 01:37 PM   #104 (permalink)
oxcart

Blue Belt
 
oxcart's Avatar
 
Join Date: Oct 2007
Posts: 680
Status: oxcart is online now
Quote:
Originally Posted by Revok View Post
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.
oxcart is online now  | 
 
   
Reply With Quote