Dear Bikash,
I tried this but the image is getting tiled in my table.
Can you please help me out how the occurance could be changed to stretched, centered, watermark etc.
Regards,
Dhananjay.
the background attribue in table tag works. you can check the following code
<html>
<head><title>Background Image></title></head>
<body>
<table width=400 height=400 background="<path to your image file">
<tr><td> </td></tr>
</table>
</body>
</html>