hello
can you control cellspaceing with css?, after searching a little i found that setting margin/padding to 0px like the following migth work, but it does not.
td{
margin: 0px;
padding: 0px;
}
i also tried on table{..} and tr{..} just for kicks
can you control cellspaceing with css?, after searching a little i found that setting margin/padding to 0px like the following migth work, but it does not.
td{
margin: 0px;
padding: 0px;
}
i also tried on table{..} and tr{..} just for kicks
Comment