I have an anchor element that looks like this
<a href="url"><img scr="imgurl"/>Text</a>
I'd like the image and the text of the anchor element to vertically align. I've tried adding vertical-align (css), padding, margins, ets, but the image will not vertically align with the text. Should be simple, I just can't figure it out. Any ideas? Thanks