How to make the Bracket in html ??
Forum Index > General Forum |
yOOysi
Poland726 Posts
| ||
pheered.user
United States2603 Posts
| ||
shmay
United States1091 Posts
| ||
SnoopySnacks
Tarsonis903 Posts
| ||
SoleSteeler
Canada5405 Posts
| ||
Sirakor
Great Britain455 Posts
On November 26 2004 17:41 pheered.user wrote: you could use a image program and draw the brackets and put the picture on your site, however i dont think you can do this with basic html. either that, or u become an oldschool ascii artist. | ||
Eclipse.fX
Canada125 Posts
< table> < tr> < td>Player 1< /td>< td rowspan='2'>Winner 1/2< /td>< td rowspan='4'>Winner 1/2/3/4< /td>< td rowspan='8'>Winner 1/2/3/4/5/6/7/8< /td> < /tr> < tr> < td>Player 2< /td> < /tr> < tr> < td>Player 3< /td>< td rowspan='2'>Winner 3/4< /td> < /tr> < tr> < td>Player 4< /td> < /tr> < tr> < td>Player 5< /td>< td rowspan='2'>Winner 5/6< /td>< td rowspan='4'>Winner 5/6/7/8< /td> < /tr> < tr> < td>Player 6< /td> < /tr> < tr> < td>Player 7< /td>< td rowspan='2'>Winner 7/8< /td> < /tr> < tr> < td>Player 8< /td> < /tr> < /table> | ||
TH-GP
Australia226 Posts
| ||
Muhweli
Finland5328 Posts
Anyway, the answer is yes. | ||
Konni
Germany3044 Posts
| ||
Geeker21
United States1 Post
<table><td width=50px>Write things or put pretty pictures here</td> <th>Write more things.</th> <th>Arglefarp</th> <tr><th>You get bored of the first row, so you start a new one with "<tr>"</th> <th>Blah</th> <th>blah-blah</th></tr> </table> Leaving some cells blank ( ) would allow you to make the bracket a bracket. Or, you can make separate, 1-column tables and then use css to define "clear:none" and "float:left" (the ones next to it would be float:right. If so, make sure your div tag is big enough to accomodate all this.) You can also define cell width and whatnot for td and th in css (which isn't html, but it won't kill you.) User was warned for this post | ||
| ||