I have a table with a repeating bg image. I want to put another bg image on top of that. I don't want the second one to repeat. It will just be in one spot.
I just did this and it works just fine.. that is if this is what you were trying to do..
[code:1:688f072c52]<table width="100%" height="500" style="background-image: url(images/bg2.gif); background-repeat: repeat;">
<tr>
<td valign="top">
<table width="100%" height="500" style="background-image: url(images/colors.png); background-repeat: no-repeat; background-position: center top">
<tr>
<td valign="top">Heres all the text going through the background that was just added in the blah bling bla bloom flowers state columbine colorado blue green grey </td>
</tr>
</table>
</td>
</tr>
</table>[/code:1:688f072c52]