HTML5 Tables

Hi there

If ‘cellspacing’ and ‘cellpadding’ are no longer valid attributes for HTML5 tables, how does one removed the inherent cellspacing and cellpadding using CSS?

I’ve tried a whole bunch of things and searched for answers everywhere reputable, but don’t have a definitive answer…

Any help would be appreciated.

Thanks in advance.
Jon

Check out border-spacing (CSS property) and
Padding :slight_smile:

BBwwwaahhaa. I was missing border-collapse. Duh.
Thanks. Sometimes the simplest things can bog you down…