Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Remove All Spaces Between Table Cells

It looks like `border-collapse: collapse`` is all you need to remove all the space between table cells. (I used to use `border: 0; margin: 0; padding: 0`` across table, tr, and td in different combinations. This is nicer)

Result

x x x
y y y
z z z

References