|
If I'm understanding what you're saying correctly, you need to set the following attributes in the TR elements of the MAIN table.
<tr valign="top">
This way, everything in that table row will be aligned to the top of the table, rather than the default, to the middle.
I hope this helps. If it's not what you were looking for, let me know... And maybe post a link to your page so I can view the code and see what the problem is.
|