| 1 |
$Id$
|
| 2 |
|
| 3 |
= Table Alternate Rows =
|
| 4 |
|
| 5 |
Table Alternate Rows is an input filter that inserts even and odd classes into
|
| 6 |
user submitted tables within nodes. This allows for proper table theming to
|
| 7 |
occur while allowing users to use regular table tags and TinyMCE's editor to
|
| 8 |
create tables.
|
| 9 |
|
| 10 |
== Installation ==
|
| 11 |
|
| 12 |
Follow standard Drupal module installation procedures. Place the module in
|
| 13 |
/modules or within your site's modules directory, and enable it at
|
| 14 |
admin/build/modules. Enable the input filter at admin/settings/filters, and
|
| 15 |
ensure it doesn't conflict with any other filters.
|
| 16 |
|
| 17 |
--
|
| 18 |
Developed by Andrew Berry for Pinchin Environmental
|
| 19 |
mailto:andrewberry@sentex.net
|
| 20 |
Project Page: http://drupal.org/project/table_altrow
|