Bikash Kumar Singh replied to Mohan NaayanSaturday, August 29, 2009
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>