|
Cookbook /
TablesPlus(redirected from Cookbook.AcmeTables) Summary: A simpler yet more flexible markup for tables.
Version: 1.0
Prerequisites: PmWiki. :)
Status: Just released!
Maintainer:
Questions answered by this recipeQ. Is there a markup for tables, that is simpler yet more flexible than the default tables--plus allows you to nest tables? DescriptionThis recipe allows you to create tables like the following: [t] [r] [c] [c] [r] [c] [c] [t] Or you can do tables like this (note each tag is preceded by two spaces): [t] [r] [c] [c] [c] [r] [c] [c] [c] [t] Or you can nest tables. In this case the nested table tags all have one leading space. You could nest a second table inside of that by using two leading spaces to precede each tag in it. [t] [r] [c] [c] [t] [r] [c] [c] [r] [c] [c] [t] [c] [t] Watch the leading spaces or you could have a mess! Some instructions placed in the recipe code. Almost all normal html attributes can be put in the tags, plus several one word optional shortcuts: left, right, center, top, middle, bottom. There are also a couple other optional parameter shortcut names: color(bgcolor), image(background), rows(rowspan), cols(colspan), padding(cellpadding), spacing(cellspacing). Release NotesApril 28, 2007. Initial release See AlsoAdvancedTableDirectives Another recipe with a couple added features. Be sure to check it out. Contributors
Comments |