bhe se la metti come sfondo sì...

la puoi come sfondo ad una tabella

<table background="immagine.gif">
<tr>
<td>
TESTO TESTO
</td>
</tr>
</table>

oppure ad un div

<div style="background-image: url('immagine.gif');">
TESTO TESTO
</div>

ciao