Hi,
you could use the border properties like in the following
snippet posted earlier in this list. For more information
about these properties have a look at
http://www.w3.org/TR/xsl/slice7.html#common-border-padding-and-background-pr
operties
-- snip.. --
<fo:block>
<fo:table table-layout="fixed">
<fo:table-column column-width="150mm"/>
<fo:table-body>
<fo:table-row line-height="2pt">
<fo:table-cell
border-bottom-style="solid"
border-bottom-color="black"
border-bottom-width="0.5pt">
<fo:block
font-size="10pt"
color="white">_
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row line-height="10pt">
<fo:table-cell
border-top-style="solid"
border-top-color="black"
border-top-width="0.5pt">
<fo:block font-size="10pt" color="white">_
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
-- ..snip --
Greez,
Markus
# -----Urspr�ngliche Nachricht-----
# Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
# Gesendet am: Freitag, 28. Februar 2003 07:38
# An: [EMAIL PROTECTED]
# Betreff: analogy to <table frame="void">
#
# I have simple table with 2 cells, 1 row . I want a simple
# vertical line
# between them , no other borders.
#
# Does exist some analogy to HTML's <table frame="void"> ?
# Or any other
# way ?
#
# Thanks.
#
#
#
#
# ---------------------------------------------------------------------
# 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]