InterviewSolution
| 1. |
I Have A Different Number Of Columns On Two Rows Of My Table - How Do I Get Both Rows Of Columns To Be Distributed Evenly? |
|
Answer» In a web page table, once you have set the width of a cell, that value will apply to the width of all the cells in that column - either above or below. You can have a column span the width of two or more COLUMNS but you can't have a column with a width of 30% above or below a column with a width of 40%. Instead, you'll need to create a separate table which has its own independent column widths:
You can now set the widths of the new table independently of those set in the original table - to set an equal width to each column in a row, select the entire row, right-click and select 'Distribute Columns Evenly' or set the widths of the columns via 'Cell Properties'. In a web page table, once you have set the width of a cell, that value will apply to the width of all the cells in that column - either above or below. You can have a column span the width of two or more columns but you can't have a column with a width of 30% above or below a column with a width of 40%. Instead, you'll need to create a separate table which has its own independent column widths: You can now set the widths of the new table independently of those set in the original table - to set an equal width to each column in a row, select the entire row, right-click and select 'Distribute Columns Evenly' or set the widths of the columns via 'Cell Properties'. |
|