Hi,
Why you did not try with CSS.
Can make a class like below
table_speic
{
background: #fff image.jpg no repeat;
}
In above code in red color show background color, blue color show image url, and in last what you want with image repeat or no repeat
and can use it with your TD
<td class="table_speic"></td>
I think CSS can help you better.
Thanks
Alex 
|