View Single Post
Old 07-06-2006, 11:41 PM  
viki
Confirmed User
 
viki's Avatar
 
Join Date: Jan 2005
Posts: 2,640
I think I see what you're saying. When cell 1 has lengthy content, it splits up the height of cells 2 and 3 and half causing a gap. If that's correct, would removing cell 3 entirely and putting a table within cell 2 work? It would look like this:

Code:
<table>
<tr><td>1</td>
<td>
content of cell 2

<table><tr><td>table replacing cell 3</td></tr></table>

</td></tr></table>
__________________

viki [at] realsexcash [dot] com
228 263 454
viki is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote