[thelist] Question: CSS with tables

David Dorward evolt at david.us-lot.org
Wed Sep 24 11:53:12 CDT 2003


On Wed, Sep 24, 2003 at 11:26:19AM -0400, Kiddy, Jon wrote:
> What is the CSS equivilant of cellpadding="0"?

How do you usually set padding on something in CSS? The padding
property. How do you select cells in CSS? td, th.

td, th { padding: 0; }

--
David Dorward
http://dorward.me.uk


More information about the thelist mailing list