I'm trying to do something like this:
Where the red |s are borders. To my knowledge HTML tables only support a border around every cell or none at all; how can I get it to only be on certain cells on certain sides like above?Code:
+-------------------------+
| Date | stuff |
| Date | more stuff |
| Date | other stuff |
+-------------------------+
