| I have no idea as to what you're trying to acheive, sorry... otherwise I might be able to help...
If you're trying to fix the layout, a good start would be to remove
the </tr> from just before <!-- problem starts here --> and the <tr>
from just after it. This at least gets the 'SIG' part to connect to
the lower black part.
But for all I know you want the height retained...
I'm not sure there's much more I can do on inspection, I'd have to
get some paper and draw out the tables to see how they work. But, as
I said, I don't even know if what I'm guessing you want is what you
want...
[EDIT] I hate broken tables in forums... I put some breaks in
my post so you shouldn't have to scroll the page to read it :/
[EDITē] I looked over the page, and if the layout is what
you're trying to fix, this should do it (unless I've forgotten
something).
Remove the </tr> <tr> which are wrapping <!-- problem starts here -->, as I said before.
Remove the rowspan="2" from the next line (the one with the background).
Remove the </tr> <tr> which are wrapping <!-- end -->.
I also suggest removing the heights from everything, and the widths from everything except the spacers. But this isn't required. |