home ~ projects ~ socials

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:

<table border="0" cellpadding="0" cellspacing="0">
-- end of line --