[xep-support] fo:table-row question
Neto Rui - Toronto-MROC
rneto at mroc.com
Mon Jun 16 13:08:03 PDT 2003
Why doesn't the following code draw a line an the row level in my table?
<fo:table-row border-top="1pt solid blue">
<fo:table-cell><fo:block>Cell 1</fo:block></fo:table-cell>
<fo:table-cell><fo:block>Cell 2</fo:block></fo:table-cell>
</fo:table-row>
Am I forced to draw a line on every cell like this?
<fo:table-row>
<fo:table-cell border-top="1pt solid blue"><fo:block>Cell 1</fo:block></fo:table-cell>
<fo:table-cell border-top="1pt solid blue"><fo:block>Cell 2</fo:block></fo:table-cell>
</fo:table-row>
Thank you,
Rui Neto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20030616/507fca46/attachment.html>
More information about the Xep-support
mailing list