Hi all,
I have the same problem. I have a table :
  <fo:table>
  <fo:table-column column-width="3cm"/>
  <fo:table-column column-width="3cm"/>
  <fo:table-column column-width="3cm"/>
  <fo:table-column column-width="3cm"/>
  <fo:table-column column-width="2cm"/>

    <fo:table-body>
    <fo:table-row>
      <fo:table-cell  border="0.01pt solid">
        <fo:block text-align="center" border="0.01pt solid"
line-height="100%" >
        green cell
        </fo:block>
      </fo:table-cell>
        <fo:table-cell>
              <fo:block border="0.01pt solid">Cell 1</fo:block>
        </fo:table-cell> 
      <fo:table-cell >
        <fo:block text-align="center">
        blue cell
        </fo:block>
      </fo:table-cell>
      <fo:table-cell background-color="yellow">
        <fo:block text-align="center">
        yellow cell
        </fo:block>
      </fo:table-cell>
      <fo:table-cell>
        <fo:block text-align="center">
        text for an extra line in the table row
        </fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
      </fo:table>

How can I have the block height as a cell? Is possible?
Best Regards
-- 
View this message in context: 
http://www.nabble.com/Problem-height-block-in-table-cell-tf2382658.html#a6640613
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to