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> Thanks