|
Developer Geek Resources HTML Code Examples |
Custom Search
|
Background Image for HTML Table. Using the background tag
| Table1 |
|---|
| row #1 |
| row #2 |
Just cut-n-paste to reuse.
<table background="images/grey5.gif">
<th>Table1</th>
<tr>
<td><b>row #1</b></td>
</tr>
<tr>
<td><b>row #2</b></td>
</tr>
</table>