Overview
the html validator from the w3c apparently has deprecated the border attribute of the table element. this has been a staple of mine for years. it makes things easy. now they have gone and made thing hard, and I have to discover how to make things work.
table with outside border only
| a | b | c |
|---|---|---|
| d | e | f |
| g | h | i |
table with whole grid
| a | b | c |
|---|---|---|
| d | e | f |
| g | h | i |