| 1 |
$Id$ |
$Id: README.txt,v 1.2 2005/10/10 05:30:25 webgeer Exp $ |
| 2 |
|
|
| 3 |
Description |
Description |
| 4 |
----------- |
----------- |
| 34 |
cells are separated with a "|" symbol and rows are separated with a newline. |
cells are separated with a "|" symbol and rows are separated with a newline. |
| 35 |
A "]" is used to end the table. |
A "]" is used to end the table. |
| 36 |
|
|
| 37 |
Some special charecters can be used. A "&" will merge the cell with the cell |
Some special characters can be used. A "{" will merge the cell with the cell |
| 38 |
to the left to create a mult-column cell, a "^" will merge the cell with the |
to the left to create a multi-column cell, a "^" will merge the cell with the |
| 39 |
cell above to create a multi-row cell. A "!" will set the cell to be a |
cell above to create a multi-row cell. A "!" will set the cell to be a |
| 40 |
"<th>" rather than the standard "<td>" cell. |
"<th>" rather than the standard "<td>" cell. |
| 41 |
|
|
| 43 |
"firstrow" and the other rows all are either "oddrow" or "evenrow". |
"firstrow" and the other rows all are either "oddrow" or "evenrow". |
| 44 |
Similarly, the cells (<td> or <th>) have a class of either "firstcol", |
Similarly, the cells (<td> or <th>) have a class of either "firstcol", |
| 45 |
"evencol" or "oddcol". Using these classes interesting effects can be |
"evencol" or "oddcol". Using these classes interesting effects can be |
| 46 |
achieved. See the css sheet and the demo page for more informaiton. |
achieved. See the css sheet and the demo page for more information. |
| 47 |
|
|
| 48 |
Settings |
Settings |
| 49 |
-------- |
-------- |
| 50 |
|
|
| 51 |
The settings options are the style sheet which is inititially set to: |
The settings options are the style sheet which is initially set to: |
| 52 |
"modules/tables/tables.css" if you want to move the style sheet somewhere |
"modules/tables/tables.css" if you want to move the style sheet somewhere |
| 53 |
else you should change this. If you incorporate the table styles into some |
else you should change this. If you incorporate the table styles into some |
| 54 |
other style sheet that is already loaded, you can leave this blank and no |
other style sheet that is already loaded, you can leave this blank and no |