Some time you need to set a image as background of a HTML table The below HTML code will show you how you can set an image as a background of a table.
We can contain image backgrounds, colored backgrounds, borders of different sizes, and an unlimited number of rows and columns.
change the code acording to your need.
We can contain image backgrounds, colored backgrounds, borders of different sizes, and an unlimited number of rows and columns.
<TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BACKGROUND="yourbgimagepath.gif" WIDTH="50%"></TD>
<TD BGCOLOR="#ffffffff"></TD>
</TR>
</TABLE>
<TR>
<TD BACKGROUND="yourbgimagepath.gif" WIDTH="50%"></TD>
<TD BGCOLOR="#ffffffff"></TD>
</TR>
</TABLE>
change the code acording to your need.