Hi all,
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:
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:
Code:
<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>
Comment