[xep-support] fo:table-row question

From: Neto Rui - Toronto-MROC (rneto@mroc.com)
Date: Mon Jun 16 2003 - 13:08:03 PDT

  • Next message: David Tolpin: "Re: [xep-support] fo:table-row question"

    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

    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@renderx.com from the address
    you are subscribed from.
    (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



    This archive was generated by hypermail 2.1.5 : Mon Jun 16 2003 - 13:13:22 PDT