PDA

Click to See Complete Forum and Search --> : [solved] css for cellspacing and cellpadding


brown monkey
Jul 22nd, 2004, 10:30 PM
table{
padding:3px;
spacing:1px; // won't work
}

thanks

visualAd
Jul 23rd, 2004, 02:17 AM
http://www.w3.org/TR/CSS21/tables.html#separated-borders

mendhak
Jul 23rd, 2004, 02:18 AM
Play with these:


border-spacing: 0px;
border-collapse: collapse;
margin: 1px;
padding: 1px;

visualAd
Jul 23rd, 2004, 02:29 AM
I played with them. It was fun :D

Unfortunatley the padding and margin refer to the actual table rather than all the individual cells.

brown monkey
Jul 23rd, 2004, 02:34 AM
thanks mates. so, there's none for spacing. thank you thank you. btw mendhak, i'll try to play with those though they are not toys. hahaha.

CornedBee
Jul 23rd, 2004, 02:56 AM
Yes, they are.

brown monkey
Jul 23rd, 2004, 02:59 AM
alright, i lost. hehe. they are. indeed. that's just what master CornedBee said.