I have a bunch of data charts to display, they're actually baseball standings and I want them displayed as such with X representing the chart of data, so it would look something like what i displayed like:
AL EAST.................................AL WEST........................AL CENTRAL
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
Is there any way I can do this with CSS (i.e. make div's a set size, like the <td> would in the case of a table)
The reason I don't want to use tables is because I have a ton of loops (determine the league, division, etc.) and where to put the <TR>, </TR>, <TD>, and </TD>'s got a bit out of control.
Any help is appreciated!
Thanks!
Don R
AL EAST.................................AL WEST........................AL CENTRAL
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
TEAM WINS LOSSES PCT.....TEAM WINS LOSSES PCT....TEAM WINS LOSSES PCT
Is there any way I can do this with CSS (i.e. make div's a set size, like the <td> would in the case of a table)
The reason I don't want to use tables is because I have a ton of loops (determine the league, division, etc.) and where to put the <TR>, </TR>, <TD>, and </TD>'s got a bit out of control.
Any help is appreciated!
Thanks!
Don R