|
Q. |
I use a large table in a multi column. Since I want to show the borders of the adjoined table like one border when the table extends over two or more columns, I specified column-gap="0mm" for fo:block-container, but it does not go well.
[No.2005040102]
|
| A. |
Please specify table-layout="fixed" and inline-progression-dimension="100%" for fo:table in addition to your specification of column-gap="0mm" because the initial value of table-layout is "auto", so the width of the table depends on the content. Therefore, when the data in a table is shorter than the width of the column, the table width will become shorter than the column width.
|