From 1193f8c8b48b688e00b7d8efb8cbf17dfab64f59 Mon Sep 17 00:00:00 2001 From: "http://ptecza.myopenid.com/" Date: Tue, 2 Sep 2008 15:24:28 -0400 Subject: * Alignment idea --- doc/plugins/table/discussion.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/plugins/table') diff --git a/doc/plugins/table/discussion.mdwn b/doc/plugins/table/discussion.mdwn index 675f7f7df..05cdd5f8b 100644 --- a/doc/plugins/table/discussion.mdwn +++ b/doc/plugins/table/discussion.mdwn @@ -29,3 +29,18 @@ I hope this might be intresting for some ikiwiki user's. > (Just FYI, in future, I recommend using a unified diff. Also, not > renaming variables that don't really need to be renamed makes your patch > easier to apply.) --[[Joey]] + +--- + +# Horizontal cell alignment + +Do you know any easy method of horizontal cell alignment? I know I can set `class` +attribute for the table, but how to set different `class` for different cells? + +[DokuWiki](http://www.dokuwiki.org/) has a nice horizontal alignment solution. +Suppose that we have `|foo|` cell. If I want to align the cell to left, +then I should type `|foo |`. If I want to do right alignment, then I type `| foo|`. +For centering cell content I need to type `| foo |`. Please note that I used +only one space for all examples, but in DokuWiki I can use many spaces. + +Do you like it? Can you implement the same in Ikiwiki? :) --[[Paweł|ptecza]] -- cgit v1.2.3