Claro que se puede.. usando CSS
Código HTML:
<table>
<tr>
<td style="background: #FFF url(imagen.gif) no-repeat left top"></td>
</tr>
</table>
donde left es la posicion horizontal (otras opciones: center y right) y top es la posicion vertical (otras opciones: center y bottom)