So, how do i make the content of the row/column appear on the top of it?
Are there any stylish (
Also, zoom in to see the image properly
White borders are the main layout table, and the black ones are for each "section"

Edit: forgot the image
Moderator: General Moderators

Code: Select all
...
<td valign="top">
<table>
...
</table>
</td>
...Code: Select all
<td style="vertical-align: top;">
....
</td>Code: Select all
TD { vertical-align: top; }