Below is the code I am using to display text with an image.
<table width="220" align="right" style="">
<tr>
<td>
<table align="left" width="100" style="padding: 0; Margin: 0; Margin-top:15px;">
<tr>
<td align="right" style="">
<span style="color:#000000; font-size:14px; ">Powered By</span>
</td>
</tr>
</table>
<table align="left" width="40" style="padding: 0; Margin: 0; ">
<tr>
<td align="center">
<a href="http://facebook.com" style="color:#808080;font-family:Helvetica;font-size:11px;line-height:20.7999992370605px;word-wrap:break-word;font-weight:normal;text-decoration:underline" target="_blank">
<img src="http://www.hubilo.in/images_for_links/facebook.png" width="40" height="40" style="vertical-align:middle;">
</a>
</td>
</tr>
</table>
<table align="left" width="50" style=" Margin-top:15px; ">
<tr>
<td align="right" style="">
<span style="color:#000000; font-size:14px;">DUMMY </span>
</td>
</tr>
</table>
</td>
</tr>
</table>
However, when viewed in Outlook, the text dummy goes to the next line.
What am I missing?
https://i.sstatic.net/RgU3f.png
PS: I am unable to utilize inline-block
, position
, or div
.