Html tables can contain image background, colored background and borders of different size. This is the example: <TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%"> <TR> <TD BACKGROUND="bg.gif" WIDTH="10%"></TD> <TD BGCOLOR="#EAE8E8"></TD> </TR> </TABLE>
<table height="100" width="150"> background="location.jpg"> <tr><td>this table has a backgroung image</td></tr> </table>