Within my table cell resides text and an accompanying image icon. However, the presence of the image causes the text to shift downwards, not aligning in the center as desired:
I am now seeking a solution that will allow the text to be centered within the cell. Despite attempting various padding and margin adjustments, none have proven successful. My current code is outlined below:
<td class="title">
<div style="display:inline-block;">Blah blah</div>
<a href="#"><img src="img.png" width="68" height="34" alt="Imange"></a>
</td>