Forum Moderators: not2easy
The only problem with that is I'm trying to put it in a <TD> tag and when I try and use:
TD.back
{
background-color:#000000;
background-image:url(http://www.test.com/images/sprigs_search.jpg);
}
and then call it like this:
<td class="back" width="175" height="95">
It won't display anything. Anyone know what change I might have to make to get it work properly inside the <td> instead of just making it a background for the whole page?
When I do it like this though it works:
<td style="BACKGROUND-IMAGE: url(http://www.test.com/stuff/images/sprigs_search.jpg);" width="175" height="95">
I can't have it like this since I'm changing the style sheets though so I need it to work from the stylesheets but I figured I'd give some more ideas that I've already tried!