Howdy, When I put the example from ClassicStructuredText.py; |||| **Ingredients** || || *Name* || *Amount* || ||Spam||10|| ||Eggs||3|| into an STXDocument, it doesn't render as a table. What am I doing wrong? Thanks, Kent
I found out that table are better done using "classic" html. Both, the STX and the html approach are ugly. At leas the later works, and gives you control how the table should look like. robert ----- Original Message ----- From: <kent@springfed.com> To: <zope@zope.org> Sent: Monday, May 13, 2002 6:28 AM Subject: [Zope] Tables in STXDocument Howdy, When I put the example from ClassicStructuredText.py; |||| **Ingredients** || || *Name* || *Amount* || ||Spam||10|| ||Eggs||3|| into an STXDocument, it doesn't render as a table. What am I doing wrong? Thanks, Kent _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Because Zope does not longer use ClassicStructuredText to render tables. See the docs for STXNG how to build tables. -aj ----- Original Message ----- From: <kent@springfed.com> To: <zope@zope.org> Sent: Monday, May 13, 2002 00:28 Subject: [Zope] Tables in STXDocument Howdy, When I put the example from ClassicStructuredText.py; |||| **Ingredients** || || *Name* || *Amount* || ||Spam||10|| ||Eggs||3|| into an STXDocument, it doesn't render as a table. What am I doing wrong? Thanks, Kent _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andreas Jung -
kent@springfed.com -
Robert Rottermann