Yes and unfortunately I said "screw you table" and just used CSS instead. I know one thing that messes up table valign is percentages for border
and width like:
Code:
<tr>
<td width="90%" valign="top">
<table border=10% width='100%'>
It would have to be something like:
Code:
<tr>
<td width="90%" valign="top">
<table border=1 width='100%'>
I doubt that helps.. but it is all I can muster