HI all,
We can't add the margin between row in table but we can add space using an alternative method.
for this you have to add some property in your style.
table {
border-spacing: 0 5px ;
border-collapse: separate;
}
td, th{
background: #ccc;
padding: 10px;
}
See the output of upper code -
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
findnerd |
0 Comment(s)