That's one of the oldest tricks in the book and has nothing to do with frames. The basic syntax to use in the table where the name of the tourney is listed would be:
HTML Code:
<td><a href="#devildogs">DevilDogs</a></td>
and then, farther down the page, just above (or sometimes it is better a little higher) the rules for this tourney put this:
HTML Code:
<a name="devildogs"></a>
When the user clicks on DevilDogs in the table, the page will scroll to the anchor name "devildogs", where the rules can be listed.
Bookmarks