Excuse me for what might seem like a silly question, but I am having trouble figuring this out.
Edit: All I want is to horizontally center the text without affecting the image's position. The image should stay aligned with the baseline of the text.
<div>
<img style="width:30px;height:60px;vertical-align:bottom;display: inline" src="http://placekitten.com/100">
<span style="text-align:center;">This won't work.</span>
</div>