I need a table looking like this :))) ******************************************************* * TEXT * Some text * * ************************************** * * Col 2 * Col3 * Col4 * Col N * ******************************************************* * 0 * 2 * 3 * 4 * 5 * ******************************************************* * 6 * 7 * 8 * 9 * 10 * *******************************************************
The number of columns is not a fixed number. I am able to create the table but, having trouble with the column-width. The table should expand to fit the page. The total-column-number is defined in TABLE attribute. Thanks Mathy
