Creole table formatting
- Posted by mattlewis (admin) Dec 10, 2008
- 966 views
The CSS for the wiki always aligns table headers to the right. I notice that the forum uses a different CSS file, which doesn't appear to apply any alignment style to table headers. At minimum, I think we should remove this styling, since it's somewhat jarring to have the header and contents aligned in opposite directions.
I've been using TWiki elsewhere, which has a similar syntax, but adds alignment and spanning syntax:
| center-aligned | cell with at least two, and equal number of spaces on either side | right-aligned | cell with more spaces on the left | 2 colspan || and multi-span columns with multiple |'s right next to each other |^| cell with caret indicating follow-up row of multi-span rowsObviously, this isn't part of Creole, but might be useful to have...
Matt