I want to vertically align a span after a floated image. I searched for it in stack overflow and find this post. but my image is floated.
<
A is an inline element, try adding display:block to the span, give it the same height as the image and a line height to match. Float it left as well. That should work
display:block