Always trying to find a table that does it all. This is it... or it will be anyway
Hopeful feature list:
|
Table attribute name
Table attribute name
|
Value
Value
|
Description
Description
|
Actions
Actions
|
|---|---|---|---|
| align | left, center, right | Not supported in HTML5. Deprecated in HTML 4.01. Specifies the alignment of a table according to surrounding text | |
| bgcolor | rgb(x,x,x), #xxxxxx, colorname | Not supported in HTML5. Deprecated in HTML 4.01. Specifies the background color for a table | |
| border | 1,"" | Specifies whether the table cells should have borders or not | |
| cellpadding | pixels | Not supported in HTML5. Specifies the space between the cell wall and the cell content | |
| cellspacing | pixels | Not supported in HTML5. Specifies the space between cells | |
| frame | void, above, below, hsides, lhs, rhs, vsides, box, border | Not supported in HTML5. Specifies which parts of the outside borders that should be visible | |
| rules | none, groups, rows, cols, all | Not supported in HTML5. Specifies which parts of the inside borders that should be visible | |
| summary | text | Not supported in HTML5. Specifies a summary of the content of a table | |
| width | pixels, % | Not supported in HTML5. Specifies the width of a table |