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.

Deprecated cellpadding cellspacing and border attributes

This is how to setup a table where the cells have no padding or spacing or margin using the depreciated attributes:

Code

<table border="0" cellpadding="0" cellspacing="0">