The css property vertical-align: middle does not work in this example.
vertical-align: middle
HTML:
Two line text&l
The answer given by Matt K works perfectly fine.
However it is important to note one thing - If the div you are applying it to has absolute positioning, it wont work. For it to work, do this -
...