I\'m trying to create a page with a number of static html tables on them.
What do I need to do to get them to display each column the same size as each other column
Take the width of the table and divide it by the number of cell ().
PerformanceTable {width:500px;} PerformanceTable.td {width:100px;}
If the table dynamically widens or shrinks you could dynamically increase the cell size with a little javascript.