I have the following CSS:
#numpad table td
{
padding: 6px;
text-align:center;
width:80px;
height:80px;
color:#000;
font-size:larger;
background-image: url("images/button.png");
}
but for some reason it is not putting any padding between my button.png images. I have also tried margin:6px.
try background-position, probably in combination with background-repeat: no-repeat
http://www.w3schools.com/cssref/pr_background-position.asp