-2

I want to make increase cell padding via CSS (so I don't have to set each table on the page).

I can't see how to do that.

Clay Nichols
  • 11,848
  • 30
  • 109
  • 170

1 Answers1

-1

is the element for a cell within a row.

So:

 td { 
 padding:10px;}
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170