Hello.

 

  I have a table and I would like to align the text on the left, and then I use the text-aling property with “left” value:

 

<fo:table>

         <fo:table-column column-width="2.5cm"/>

         <fo:table-column column-width="5.2cm"/>

              <fo:table-header>

                    <fo:table-row>

                          <fo:table-cell  border="0.5pt solid" padding="2pt">

                             <fo:block text-align="left " space-after="5pt"> Registro</fo:block>

                           </fo:table-cell>

 ………..

 

   but I get the text in the center with spaces on the left.

 

 

   I have another problem, if I have long text in the body:

<fo:table-cell  border="0.5pt solid" padding="2pt">

<fo:block font-weight="normal" text-align="left " wrap-option="no-wrap"><xsl:value-of select="Registro"/>

                                                          </fo:block>

  

 

  I get the text out of the cell.

 

 

  Thanks in advance.

 

  Francisco.

Reply via email to