Table: unwanted padding


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. table, td, tr, thead, tfoot, tbody, th, tf {
  2. border-collapse: collapse;
  3. margin: 0px;
  4. padding: 0px;
  5. }

Report this snippet


Comments


You need to login to view comments.