Quick question: When creating a “plain” full width text only email I want to add a simple table. When I click “source code” and enter my table (table code below). It removes all html and wraps it in a <p> paragraph tag. And the table does not work and is instead just all the words as a paragraph.
I am just trying to get these things to display side by side on mobile correctly.
Assuming there is an easy fix for this. Thank you!
<table>
<tr>
<td>Disputes</td>
<td>Spikes in volume</td>
<td>Product launches</td>
<td>Card not present transactions</td>
<td>Recurring billing/subscriptions</td>
<td>Over 1k transactions</td>
<td>Delivery</td>
<td>Products impacted by weather</td>
<td>Products subjective in quality</td>
<td>Government regulated products</td>
<td>Extreme guarantees of results</td>
<td>Free trials</td>
</tr>
</table>