show/hide this revision's text 2 edited tags
show/hide this revision's text 1

CSS "valign" Positioning

<div>
<h1>Title</h1>
<table>
...
</table>
</div>

Now, the

<h1>

has a margin: 0; so it is at the top of the div.

However I'd like the table to be placed at the bottom of the div, eg. valign="bottom" but for the whole table.