I have a simple table with 1 TD with vertical-align:middle;. This TD contains an Image :
table
TD
vertical-align:middle;
Image
I think we are all nearly there but
td img, td span { display:inline-block; vertical-align:middle; }
seems to work.
Codepen Example
Or am I missing something?