Image Background for html tables

Discussion in 'HTML & Website Design' started by realistic, Dec 12, 2009.

  1. #1
    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>
     
    realistic, Dec 12, 2009 IP
  2. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <table height="100" width="150">
    background="location.jpg">
    <tr><td>this table has a backgroung image</td></tr>
    </table>
     
    mrpaisa, Jan 13, 2010 IP