I have a signature on which i need to add image beside it. But i am not sure how exactly and what the css to be. Currently it is displayed below the text , where exactly should i place the image? In the same tr
or td
?
<BODY style="font-size:10pt; font-family:Segoe UI, sans-serif;">
<table cellpadding="0" cellspacing="0">
<tbody style="vertical-align:top;">
<tr>
<td colspan="2" style="font-size:11pt; padding-bottom:10px; padding-top:0; padding-left:0; padding-right:0; vertical-align:top;" valign="top"><span style="font-weight: bold; color:#123E93">John Smith</span><br>
<span>Sales Team</span></td>
</tr>
<tr>
<td colspan="" style="font-size:8pt; padding-bottom:10px; padding-top:0; padding-left:0; padding-right:0; vertical-align:top;" valign="top">
<span style="color:#123E93">Mobile </span><span>+359 88888888</span><br>
<span style="color:#123E93">E-mail </span><a style="text-decoration: underline; color: #2a2a2a;" href="mailto:email@gmail.com"><span>email@gmaail.com</span></a><br>
<span style="color:#123E93">Skype </span><span>skype ID</span><br>
<span style="color:#123E93">Web </span><a style="text-decoration: underline; color: #2a2a2a;" href="https://www.something.com/" target="_blank"><span>https://something.com/</span><br></a>
</td>
</tr>
<tr>
<td>
<img src="png">
</td>
</tr>
</tbody>
<table>