Barry Hansen wrote: > I've got a table that has a cell that has several potential blocks in it. I > want to keep the blocks spaced out but place them close to the cell border > if there is no other text. If you are using XSLT to generate the FO, generate the space-after for the first block only if there will be a following block, for example if you are transforming

into : 10pt A pure FO realisation could take advantage of space conditionality, unfortunately, FOP currently does not implement this feature completely. J.Pietschmann