10-27-2007, 12:59 AM
|
#4 (permalink)
|
|
The Contributor
Join Date: Oct 2007
Location: US
Posts: 66
Thanks: 19
|
Code:
.class {
background:#color url(urlToimage.jpg) repeat-x;
height:auto;
width:auto;
}
<table>
<tr class="class">
<td>Column</td>
</tr>
</table>
That should work.
|
|
|