下の画像を見てください
表の列 ( ) で画像を中央に配置するにはどうすればよいです<td>
か? パディングは、右上と下のみにスペースを空けません
ここにテーブルのhtmlコードがあります
<table>
<tbody>
<tr>
<td class="bedButton ward-A">A115:1</td>
<td class="bedButton ward-A">A116:1</td>
</tr>
</tbody>
</table>
CSSは次のとおりです。
.bedButton{
padding:25px;
width:250px;
height:300px;
background:url(../images/bedview/bed-background.png) no-repeat;
margin-left: auto;
margin-right: auto
}