|
Well your code would be something like this
<table width="200" border="0">
<tr>
<td background="bgimage.gif"> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
You just put background="bgimage.gif" in the the td, for whatever cell you want.
|