Hi All,

I need a table row having some data and a border at the bottom. It
should look like

CAPITAL
-------------------------------------------------


My fo for the same is 


<fo:block>
  <fo:table table-layout="fixed" width="100%">
    <fo:table-column column-width="proportional-column-width(1)"/>
    <fo:table-body font-family="Times New Roman" font-size="11" font-
weight="bold" font-style="italic">
      <fo:table-row border-bottom-style="solid"
border-bottom-color="black" border-bottom-width="0.5pt">
        <fo:table-cell>
          <fo:block>CAPITAL</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block>

This fo does not generate a border at the bottom of the row. Is there
any problem in the fo



**********************************************************************
Please be aware that, notwithstanding the fact that the person sending
this communication has an address in Bear Stearns' e-mail system, this
person is not an employee, agent or representative of Bear Stearns.
Accordingly, this person has no power or authority to represent, make
any recommendation, solicitation, offer or statements or disclose
information on behalf of or in any way bind Bear Stearns or any of its
affiliates.
**********************************************************************


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

Reply via email to