Forum Moderators: not2easy
.imgcell{background: url(imgurl.jpg) no-repeat¦repeat-x¦repeat-y;}
then in your html...
<table>
<tr>
<td class = "imgcell">blah</td>
</tr>
</table>
Good luck using background images in table cells on NN 4. To begin with, use an absolute URL if you need to support NN 4x.