HTML coding - how to align two CTA (images) side by side
Hi All,
I am not an HTML guru but would like to ask question to the HTML gurus here....
Let me rephrase....the email has been created in Marketo and in this email I have 2 images (as you see below).
Both images are aligning one above the other...
Do you know HTML code that can be used to place these images side by side (for a desktop layout). These two images below are in a token (my tokens.

This is what I found while searching for the code...
<table>
<tr>
<td>Cell A</td>
<td>Cell B</td>
</tr>
</table>
Please provide some edits to this code. Both images are 50% each......not 33%
Thank you,