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>
<style type="text/css">
table
{
background: #ffffff url(bgimage.gif) no-repeat scroll top center ;
}
</style>
</font id=code></pre id=code>
Maybe this will work for you:
<pre id=code><font face=courier size=2 id=code>
<style type="text/css">
table
{
background: #ffffff url(bgimage.gif) no-repeat scroll top center ;
}
</style>
</font id=code></pre id=code>