CSS Help
Table Properties
| Property | Description | Values |
| border-collapse | Specifies the border model of a table | collapse separate |
| border-spacing | Specifies the distance between borders of adjacent cells when using the "border-collapse: separate;" method | length pixels (ex: 2px) |
| caption-side | Specifies the postition of a caption relative to the table | top bottom left right |
| empty-cells | Specifies whether cells lacking content should display borders when the "border-collapse: separate;" method is used | show hide |
| table-layout | Specifies how the table should be defined | auto fixed |





