I use the space-after property in each cell of the row:

<fo:table-row>
 <fo:table-cell>
  <fo:block text-align="center" space-after="5pt"> Registro</fo:block>
 </fo:table-cell>
<fo:table-cell>
  <fo:block text-align="center" space-after="5pt">Municipio</fo:block>
 </fo:table-cell>
</fo:table-row>
<!-- next row -->
<fo:table-row>

I don�t know if there is a better option.

----- Original Message -----
From: "Peter Menzel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 11:33 AM
Subject: space between table-rows


> Hi
>
> How can I force a space between the rows of a table in fop 0.20.4 ?
> <fo:table-row padding-after="5mm"> does not work..
>
> Greetings, Peter
> --
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to