Forums

This topic is locked

CSS style for table BG

Posted 01 Aug 2007 06:12:04
1
has voted
01 Aug 2007 06:12:04 Jim Hatley posted:
Last week ball 420 showed me how to put an image in a table cell and have it not repeat and that's working fine for me. Now I'm trying to add an image to a table and have it not repeat but with no success. Can someone tell me how this would work using CSS style.

Thanks,
Jim
<font face='Arial'></font id='Arial'>

Replies

Replied 10 Aug 2007 12:37:55
10 Aug 2007 12:37:55 Katelin Harrington replied:
Did you get your solution?

Maybe this will work for you:

<pre id=code><font face=courier size=2 id=code>
&lt;style type="text/css"&gt;
table
{
background: #ffffff url(bgimage.gif) no-repeat scroll top center ;
}
&lt;/style&gt;
</font id=code></pre id=code>

Reply to this topic