Results 1 to 2 of 2

Thread: Tables with a twist, How to link tables with frames :S

  1. #1
    Join Date
    Mar 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tables with a twist, How to link tables with frames :S

    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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

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

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •