Apache-FOP: gap between columns

NormLO38

New Member
I need to put a "gap" between columns of a table in Apache-FOP:\[code\]<fo:table column-gap="2mm" width="156mm" height="260mm" table-layout="fixed" page-break-after="always"> <fo:table-column column-number="1" column-width="50mm"/> <fo:table-column column-number="2" column-width="50mm"/> <fo:table-column column-number="3" column-width="50mm"/> <fo:table-body start-indent="0pt" text-align="start" font-family="Arial, Helvetica, Tahoma, sans-serif" font-weight="normal" font-size="10pt"> // rows/cells stuff </fo:table-body> </fo:table>\[/code\]I tried using column-gap, spacing-before, margin-left etc but the columns are sticked together yet. Any idea how to put a gap between? Maybe the only solution is creating "empty" columns?
 
Back
Top