I am using data table for displaying data from the database. There is some space between two columns of the data table. How to reduce the space between them. I tried cellspacing but it is deprecated in html5. Is there any possible way to do this.
Asked
Active
Viewed 2,756 times
4
-
1First - provide the code. Second - did you try to reduce the padding? – kind user Oct 01 '16 at 11:31
2 Answers
1
TRY THIS:
Table
{
border_collapse:
seperate;
table {padding: 0}
}

Rajesh kumar
- 21
- 1
- 2
-
2What's the point of a live demo consisting of CSS without any HTML to apply it to? (The CSS is invalid too). – Quentin Oct 01 '16 at 14:55