> -----Original Message----- > From: Jon Steeves [mailto:[EMAIL PROTECTED] > Hi,
> > The problem I'm having is each item has a different amount of > text so that some rows are thinner than others. Can anyone help me? > IIUC, the best way to solve this is by setting the row-height explicitly to the height necessary for the item with the largest content. If the row that contains the largest item is actually 20mm in height, set them all to 20mm, like <fo:table ...> ... <fo:table-body ...> <fo:table-row height="20mm"> ... Use the 'display-align' property on the individual fo:table-cells to make sure the smaller items are neatly centered, if necessary. Hope this helps! Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]