the <column width="nn"> only adds the width to the header <th> and not the body <td> fields. Because of how the browsers display the table, all <td>'s should have the width included.
Log in to post a comment.