I have this part of HTML:
<a href="href" class="my-a-class> <img alt="alt" src="/path/to/image.jpg" class="my-img-class" /> My text </a>
I need to vertically align My Text without affecting the image in the anchor. I cannot add an HTML tag, I only need to do this with CSS. Any suggestion?
m4t1t0
source share