View Single Post
  #7  
Old 11-07-2005, 04:00 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Its just basic HTML. The cell above the code you posted is two column

Code:
<TD valign="top" align="left" rowspan="2" width="100">

and the cell that is part of the code that you posted is only one column

Code:
<TD valign="top">

You need to make the cell in the code you moved to two column
Reply With Quote