Answers for "adding space between two td"

CSS
3

html table td spacing

border-spacing: 10px;
border-collapse: separate;
Posted by: Guest on June-11-2021
1

there's a gap between my td

table{
    border-spacing: 0px;
}
Posted by: Guest on January-13-2021

Code answers related to "adding space between two td"

Browse Popular Code Answers by Language