Re: [xep-support] Aligning tables?

From: Andrzej Jan Taramina (andrzej@chaeron.com)
Date: Thu Jun 24 2004 - 18:09:54 PDT

  • Next message: Werner Donné: "Re: [xep-support] XEP 3.8: Background color in table cell"

    > I don't have problems in XEP with the centering ... this works for me:
    >
    > <table width="100%" xmlns="http://www.w3.org/1999/XSL/Format">
    > <table-column column-width="proportional-column-width(1)"/>
    > <table-column/>
    > <table-column column-width="proportional-column-width(1)"/>
    > <table-body>
    > <table-cell column-number="2">
    > <table border="solid 1px" width="3cm">
    > <table-body start-indent=".5cm">
    > <table-cell>
    > <block>Test</block>
    > </table-cell>
    > </table-body>
    > </table>
    > </table-cell>
    > </table-body>
    > </table>
    >
    > I'm not sure how I would do end-aligned, though, without the proper method
    > being used.

    Aha! That clued me into how to solve my alignment issue!

    I had been setting column-width="proportional-column-width(1)" on all three
    columns! If you only set it on the two columns that are empty and put your
    "real" table into the column that doesn't have column-width set, then I get
    correct alignments for left, center and right!

    Many thanks for pointing me in the right direction Ken! Much appreciated.

    Andrzej Jan Taramina
    Chaeron Corporation: Enterprise System Solutions
    http://www.chaeron.com

    -------------------
    (*) 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 : Thu Jun 24 2004 - 18:25:08 PDT