Description ----------- The tables module is a filter that converts a [table ] macro into HTML encoded table. Installation ------------ 1) copy the tables directory into the modules directory 2) enable the 'module' in drupal 3) configure an 'input format' so that the tables filter is activated. If this will be on a 'html filtered' format, ensure that the weighting is such that the HTML filter comes before the tables. Optionally you can copy the contents of the tables.css into your theme's css sheet. Then you should change the settings for the tables module to be blank for the style sheet. Instructions ------------ The macro has the format where it begins "[table=class" where class is a style sheet class name. If the class is left blank then the default class as defined in "admin/settings/tables" will be used. If class is set to theme then a table will be created using the theme functions of drupal. To maintain w3c compatible output you can add: summary="my table summary" after the table type. cells are separated with a "|" symbol and rows are separated with a newline. A "]" is used to end the table. Some special characters can be used. A "{" will merge the cell with the cell to the left to create a multi-column cell, a "^" will merge the cell with the cell above to create a multi-row cell. A "!" will set the cell to be a "