I have a problem with aligning text within a div. I want the text to be aligned at the bottom of the div. What is wrong with his code:
Expand|Select|Wrap|Line Numbers
- <div style="height:150px; width:200px; line-height:150px; vertical-align:bottom; border:solid 1px red;">
- This text should apear at the bottom of the div!
- </div>