How do you add padding to a table so that it doesn't run all the way to the edges?
How do you add padding to a table so that it doesn't run all the way to the edges?

I tried doing this in css with something like;
.display {
padding-left: 50px;
padding-right: 50px;
}
But it doesn't have any effect.
This discussion has been closed.