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
You could always just set the width of each td to 100%/N columns.