Adding html tables to full width plain text emails

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>

@VLavinBitetti Unfortunately tables in email rich text is not possible. There’s an ideas post asking HubSpot to add this but they don’t currently have plans to do so. The post includes a couple of workarounds (creating a custom module or addig a screeshot of the table instead).

Awesome thanks, this is kind of what I was assuming.