Cell Styling
Individual table cells can be styled using Table Maker’s <cell> tag. Styles can be specified using standard HTML inline-style notation or with Table Maker’s own built-in cell styling attributes.
1) Cell Background
The cell background can be set with the background attribute.
2) Cell Text Color
The cell text color can be set with the color attribute.
3) Cell Border
The cell border can be set with the border attribute.
4-7) Cell Border Sides
Individual cell border sides can be set with the background-top, background-left, background-right and background-bottom attributes.
8) Inline-Styles
Cells can also be styled using standard inline-style notation.
If you are unfamiliar with inline-styles there are many excellent tutorials available online.