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?
john007
Posts: 3Questions: 2Answers: 0
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.