Merge Cell Problem
Posted: Mon Sep 18, 2006 3:26 am
Welcome back, Sergey!
Having a problem with cell merge. Let's say I have a table with 4 columns - best width specified as 100 pixels for each cell in the table. I want to merge cell's 0 and 1 if cell 1 is empty and cells 2 and 3 if cell 3 is empty.
However, when I do this it changes the width of the table which before the merge was 400 pixels wide. What I want to happen is that when cells 1 and 3 are occupied I have a row of 4 100-pixel wide cells; when cell 1 is empty I have a 200 pixel-wide cell followed by two 100-pixel wide cells and when cell 3 is empty I have two 100-pixel wide cells followed by a 200 pixel-wide cell.
It seems like this is what SHOULD happen, but it doesn't. Do I need to do something other than initially setting all the best widths to 100?
Thanks,
Dick
Having a problem with cell merge. Let's say I have a table with 4 columns - best width specified as 100 pixels for each cell in the table. I want to merge cell's 0 and 1 if cell 1 is empty and cells 2 and 3 if cell 3 is empty.
However, when I do this it changes the width of the table which before the merge was 400 pixels wide. What I want to happen is that when cells 1 and 3 are occupied I have a row of 4 100-pixel wide cells; when cell 1 is empty I have a 200 pixel-wide cell followed by two 100-pixel wide cells and when cell 3 is empty I have two 100-pixel wide cells followed by a 200 pixel-wide cell.
It seems like this is what SHOULD happen, but it doesn't. Do I need to do something other than initially setting all the best widths to 100?
Thanks,
Dick