SURERIMPOSING 2 SEPARATE IMAGES USING TABLES

Image1: "flower.drip.gif" is set as a table background.
Image2: "butfly18.gif" is set as an image.
The set-up requires fine tuning between <td> width, and image sizes for optimum performance. See CODE below.


CODE
<table align=center background="flower.drip.gif" height="200" border="5">
<tr>
<td align="center"> <img src="butfly18.gif" width="80" height="200"> </td></tr></table>