primero.... no uses el atributo height, ni width, ni background.
pones esto en el header
Código PHP:
<style type="text/css">
.Tabla1 {
background-image: url(imagen.jpg);
// lo siguente solo si no queres q se repita
background-repeat: no-repeat;
background-position: top left;
width: xxx px;
height: xxx px;
}
</style>
y tu tabla queda
Código PHP:
<table class="Tabla1">
.....
</table>
Para hacer eso que decis no se puede si la imagen no se esta repitiendo como mosaico. En caso de ser algo q se repite no pongas esas dos lineas q indique arriba y listo, el fondo se adapta al tamaño de la tabla