I have a simple paragraph, image, and anchor in a list element like this:
<li>
<p>
<a href="/myprofile">
<img src="MyPic.jpg"> Malcolm Gray</a>
Here is comment made by me
<a href="/delete">Delete</a>
</p>
</li>
I have applied an {align-vertical:middle}
to the image which has resulted in the image and the comment text aligned perfectly in the middle. However, the delete link is not aligned in the middle. How can I get all of them to align vertically?