The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML Tournament Brackets, I need help with tourny brackets
H3Killers
post May 4 2008, 06:01 PM
Post #1





Group: Members
Posts: 1
Joined: 4-May 08
Member No.: 5,580



Hello, i need help with Tournament, blank brackets, that i can make, or somehow get on my web site, so that i can show winners and losers, and have them single or double elimantion, 2v2 4v4 8v8, 2 rounds, 3 rounds, 4 rounds ect, i need to be able to customize it, so please if someone can help, that would be awesome
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 4 2008, 10:47 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,734
Joined: 9-August 06
Member No.: 6



What's blank brackets? huh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 5 2008, 01:37 AM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



A table is probably the best approach, something like this:
CODE
<table>
<tr>
  <td>Team A</td>
  <td rowspan="2">Finalist 1: Winner of Team A and Team B</td>
  <td rowspan="4">Champion: Winner of Finalist 1 and Finalist 2</td>
</tr><tr>
  <td>Team B</td>
</tr><tr>
  <td>Team C</td>
  <td rowspan="2">Finalist 2: Winner of Team C and Team D</td>
</tr><tr>
  <td>Team D</td>
</tr>
</table>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 11th May 2024 - 12:00 PM