I need to align one image to the text of the other cell in the table. The css is inline. Here is the code:
<table>
<tbody>
<tr>
<td style="display: inline-block; width: 50px; padding-left: 30px;">
<img src="[URL DO LOGO]" style="width: 50px;">
</td>
<br>
<td style="padding-left: 5px; display: inline-block; width: 480px;">
<div style="width: 480px; color: #757575; font-size: 12px; padding-left: 10px; padding-top: 10px; text-align:left;">Lorem ipsum.</div>
</td>
</tr>
</tbody>
</table>