This is kind of hard to explain, so I'll do my best:
I want to have text content clamped to the bottom of a div - so that no matter how long the content is, it is always set to the bottom.
So if I had:
HEADER
content 1
content 2
Content 2 would be lined up about 20px from the bottom of the parent div and if I had:
HEADER
content 1
Content 1 would be lined up about 20px from the bottom of the parent div, even though there is less content.
Can this be done dynamically without tables?