docbook-apps

  • 1.  FOP table borders

    Posted 09-25-2011 21:19
    Hello,

    When processing table/cell borders, the border is split in two parts that are visible on screen and on ink-jet printers.

    Is there a workaround? AKA one solid line instead of two half-lines?

    Thanks

    Christian





  • 2.  Re: [docbook-apps] FOP table borders

    Posted 09-26-2011 05:23
    Hi
    This should be done with the following CSS declaration
    table {
    border-collapse: collapse;
    }

    Cheers
    Niels

    Sent from an iPad Nano in some i[A-Za-z]*verse

    On 25/09/2011, at 23.19, Christian Brugeron <christian@docinfo.fr> wrote:

    > Hello,
    >
    > When processing table/cell borders, the border is split in two parts that are visible on screen and on ink-jet printers.
    >
    > Is there a workaround? AKA one solid line instead of two half-lines?
    >
    > Thanks
    >
    > Christian
    >
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >