This post is in Draft Mode - it will not appear on the site or in search results
Replacing Deprecated Table Attributes with CSS
| Element | Attribute | → | CSS Replacement |
|---|---|---|---|
| table | cellSpacing | → | border-collapse |
| table | cellPadding | → | padding |
| table | border | → | border |
| td | align | → | text-align |
Using CSS to make table's outer border color different from cells' border color
[CSS Table with Header](http://jsfiddle.net/KyleMit/zZv2X/)