Image Background for html tables

by jasim1
0 replies
  • WEB DESIGN
  • |
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>
#background #html #image #tables

Trending Topics