I am trying to align some text vertically with an image next to it, as in: http://204.10.65.195/get_involved.php
On the bottom half of the page, you can see that I have a bunch of images, each one with some text next to it. I want the text to appear in the middle of each icon, not on the top, as it is now. I tried putting
vertical-align:middle
on the text, put it didnt work.
What is the correct way of doing this?