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

Cell spacing

0 views
Skip to first unread message

Cosme

unread,
Nov 20, 2001, 9:14:59 AM11/20/01
to
Helo !
 
Somebody knows the equivalent of <cellspacing="0"> in the CSS language ?
 
Thanks
 
Cosme

Rowland Shaw

unread,
Nov 20, 2001, 9:39:50 AM11/20/01
to
margin, on the TD

NB, you'll need "border-collapse: collapse" on the TABLE too, I find...

PS, stick to plain text postings :o)


"Cosme" <co...@ticatico.com> wrote...

petermcc

unread,
Nov 20, 2001, 10:01:08 AM11/20/01
to

"Cosme" <co...@ticatico.com> wrote in message
news:eCmq10ccBHA.1832@tkmsftngp04...
Helo !

Somebody knows the equivalent of <cellspacing="0"> in the CSS language ?

<style type="text/css">
td {padding: "0"}
</style>

PeterMcC


petermcc

unread,
Nov 20, 2001, 10:05:28 AM11/20/01
to
"Rowland Shaw" <spamf...@anotherpointless.org> wrote in message
news:#67zEHdcBHA.1620@tkmsftngp03...

In the event of conflicting answers - take Roland's every time.

PeterMcC


Cosme

unread,
Nov 20, 2001, 10:01:29 AM11/20/01
to
Thank you very much, I will try.
 
Cosme
 

Rowland Shaw

unread,
Nov 20, 2001, 10:07:17 AM11/20/01
to
"petermcc" <pe...@mccourt.org.uk> wrote...
> "Rowland Shaw" <spamf...@anotherpointless.org> wrote...

> > margin, on the TD
> >
> > NB, you'll need "border-collapse: collapse" on the TABLE too, I find...
> >
> > PS, stick to plain text postings :o)
> >
> >
> > "Cosme" <co...@ticatico.com> wrote...
> > > Somebody knows the equivalent of <cellspacing="0"> in the CSS language
?
>
> In the event of conflicting answers - take Roland's every time.


Woo, thanks...

Your answer was to "the equivalent of <cellpadding="0"> in CSS", and in that
respect was perfectly correct :o)


0 new messages