I have an anchor element that looks like this
<a href="url"><img src="imgurl"/>Text</a>
I would 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.
Vertical align only really applies to sibling elements. This should work:
With CSS: