I'm facing a rather simple problem that has left me scratching my head. The vertical align property is performing correctly, but as soon as I introduce a
tag after the text meant to be centered along the image, any text that follows the
tag appears directly below the image.
For example:
<img src="test.png" width="50" height="50" alt="test" style="vertical-align:middle;"/> This text is correct. <br />This text is not.