Forum : Image as background in a table
Brief description  about Online courses   join in Online courses
View Mohan  Naayan 's Profile

Image as background in a table

How I can insert an image as background in a table?
Asked by Mohan Naayan | Aug 28, 2009 |  Reply now
Replies (4)
View dhananjay gajanan puri 's Profile
Ok sure n thank you sir!!
Aug 31, 2009
View mohan naayan 's Profile
this is required to complete the last assignment.
also, pls. explain the code for wording on the image/in the table
Aug 31, 2009
View dhananjay gajanan puri 's Profile
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.
Aug 31, 2009
View bikash kumar singh 's Profile
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>&nbsp;</td></tr>
</table>
</body>
</html>
Aug 29, 2009