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
Using vertical-align:middle doesn’t seem to work.
Is there a way to do this?
The easiest way would be to wrap it in a table like so:
Oh, and align=”justify” should be moved to CSS as text-align: justify