Thread: <tr> Images
View Single Post
Old 10-27-2007, 12:59 AM   #4 (permalink)
Gurnk
The Contributor
Upcoming Programmer 
 
Gurnk's Avatar
 
Join Date: Oct 2007
Location: US
Posts: 66
Thanks: 19
Gurnk is on a distinguished road
Default

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.
Send a message via MSN to Gurnk
Gurnk is offline  
Reply With Quote