Hi,
Im trying to make a sports tournament bracket, similar to the one in this picture: http://www.wvmat.com/brackets/bracket8.jpg
I want to use tables and the "frame" param like:
I want to end up with three sides around the text, with the left vertical side left out so it looks like one of the seeds in the picture. How can i do this?Code:<table frame="hsides"> <tr> <td>Example</td> </tr> </table> <table frame="rhs"> <tr> <td>hi</td> </tr> </table>


Reply With Quote

Bookmarks