Equivalent of valign=center for <p> with css
- by Brian
I have the following code on my page:
<p align="justify" style="font-size:10pt;display:block;height:200px;vertical-align:middle;">
Content
</p>
I want the text to be vertically aligned in the center of the p tag, but vertical-align:middle doesn't seem to be doing the trick. Is there a way to do this?