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

Quick Question

0 views
Skip to first unread message

Michael_jd

unread,
Oct 10, 2004, 8:49:21 PM10/10/04
to
I hear that tables are not supported well by CSS. Just that I want to turn on
and off the borders of tables in my web page using CSS and It does not seem to
work. This is what I put in my CSS:

table {border:0}

My CSS works for colours and the like but not that.

mscir

unread,
Oct 11, 2004, 12:04:37 AM10/11/04
to

Michael_jd

unread,
Oct 11, 2004, 5:30:14 PM10/11/04
to

>did you try border-collapse: collapse?
>
>table {
> border-collapse:collapse;
>}
>

No I did not. Border collapse works fine. Thanks!

0 new messages