Log in

View Full Version : Tables with a twist, How to link tables with frames :S



shaggy98
07-29-2005, 01:48 AM
Hya, I've been looking on a few myleague website's for a little bit of help to make my page, I've made the main page and now I'm concentrating on making a tourny rules page, I have alot of tourny's which I need to put rules to, I were thinking if it was possible to put all the name's of the tourny's in a table and when you click the name it takes you to part of the page which has the percific rules for it, I saw what I were looking for on one perticular sight http://users.igl.net/blacksilver/trules.html#top If any one could start me off please let me know thanks,

Please Help me AzZa :confused:

jscheuer1
07-30-2005, 08:57 PM
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:

<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:

<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.