Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CSS Equiv for CellPadding and CellSpacing

0 views
Skip to first unread message

Karl

unread,
May 24, 2002, 2:18:52 PM5/24/02
to
Hello,

What is the
CSS Equiv for CellPadding and CellSpacing?

Thanks,

Karl

Jean-Francois Landreau

unread,
Jun 5, 2002, 6:54:26 AM6/5/02
to
As far as I know there is no equivalent in CSS.
Those properties are specific to the TABLE element when
CSS properties are general to HTML Elements.

>.
>

Rowland Shaw

unread,
Jun 5, 2002, 7:31:25 AM6/5/02
to
table { border-collapse: collapse; }
td { padding: 0px; margin: 0px; }

/* Sets cellpadding and cellspacing to be zero */


"Karl" <ka...@iexcelinlife.com> wrote...

0 new messages