My CSS code is as follows:
#numpad table td
{
padding: 6px;
text-align:center;
width:80px;
height:80px;
color:#000;
font-size:larger;
background-image: url("images/button.png");
}
However, I am facing an issue where there is no padding between the button.png images. I have also attempted using margin:6px
but it did not work.