|
It would be far easier to just set a column min-width in the CCS. You can set column specific information for the table by assigning classes inside the <col> and <colgroup> tags that precede the <thead> tag.
The other thing you haven't taken into account is that with most fonts the characters are not all the same width and so iiiiiiiiiiiiiiiiiiiiiiiii is not the same width as MMMMMMMMMMMMMMMMMMMMMMMMM even though both are 25 characters long.
|