View Single Post
12-14-2005, 11:24 PM
#1
Aaron Michael is offline Aaron Michael
Status: Member
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 392
iTrader: 0 / 0%
 

Aaron Michael is on a distinguished road

  Old  simple table problem

I'm trying to get the MIDDLE background to just repeat vertically..

Code:
 <tr>
    <td width="161" height="37"><img src="jewlery/images/menu_head.gif" width="159" height="37" /></td>
    <td width="610" rowspan="3" valign="top">&nbsp;</td>
  </tr>
  <tr>
    <td width="161" align="left" valign="top" background="jewlery/images/menu_middle.gif"><p>meow<br />
    meow</p>    </td>
  </tr>
  <tr>
    <td height="43"><img src="jewlery/images/menu_end.gif" width="159" height="43" /></td>
  </tr>