Claro :
Código HTML:
<HTML>
<HEAD>
...
<STYLE>
#situacion{
position:absolute;
#situacion img{
position:relative;
}
</STYLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#373737" leftmargin="0" topmargin="0">
<br><center>
...
...
...
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td>
<div id="situacion">
<img src="../../IMG/imgendiv.png">Hola soy imagen en div quiero estar como findo de tabla
</div>
<table border="0" cellpadding="3" cellspacing="0">
<tr>
<td>HOLA SOY CELDA 1</td>
..
// QUIERO MOSTRAR LA IMAGEN DENTRO DE ESTA TABLA (NO CELDA, TABLA)
..
</tr>
</table><br><br>
</td>
</tr>
</table>
</center>
</BODY>
</HTML>