This blockquote is placed inside a column. I want to align this to the bottom of the column. How to do? blockquote { margin:1em; padding:.5em; font-size:.9em; background-color:#cccccc; border-top:1px solid #999999; border-bottom:1px solid #999999; Code (markup):
Bottom alignment, unless you plan on fixing the blockquote's height is not something a DIV/CSS layout is particularly good at; putting it mildly. You may end up FORCED into using a table for that. Sucks, but again there's a reason you don't see a lot of websites doing that.
hmm blockquote is block element I think good is add of course column with position: relative; It is not elegant but I think works - perfect If You know height blockquote. Then to column element add: for example: padding-bottom: 5em;