Backgroung image for a table

Posted by Hulk on Stack Overflow See other posts from Stack Overflow or by Hulk
Published on 2010-04-04T09:48:36Z Indexed on 2010/04/04 9:53 UTC
Read the original article Hit count: 370

Filed under:
|
|
|

How can we integrate a picture as a background image for a table..

  <table>
  <tr>
  <td><textarea>Some data here.....</textarea>
  </td>
   <td></td>
  </tr>
  <tr>
  <td><textarea>Some data here.....</textarea>
  </td>
   <td></td>
  </tr>

Thanks..

© Stack Overflow or respective owner

Related posts about html

Related posts about css