Please check the fiddle : https://jsfiddle.net/c3Lga94L/1/
Here I want to place the text in the middle of the image adjacent to it. Can someone please advise?
Here is the code:
<div>
<div style='display:inline-block'>
<img style='width:35px;height:35px;border:1px' src='posts/images/1.jpg' />
</div>
<div>this text should appear in the middle of the adjacent image
</div>
</div>