By default, tables in Rise always have a thin gray border. There are times when we don’t want any borders to show on the table cell data elements. Paste this into the text editor in Rise to display a table with no borders. Note: this custom table with inline styles cancels out the ‘selected’ state of the table cell that you usually see when editing tables in Rise.
<table style="width:100%;"><tbody><tr><td style="width:50.0000%;border-color:transparent;">This is a 2x2 table</td><td style="width:50.0000%;border-color:transparent;">With no borders</td></tr><tr><td style="width:50.0000%;border-color:transparent;">And if there was a problem<br></td><td style="width:50.0000%;border-color:transparent;">Yo, I'll solve it<br></td></tr></tbody></table>
This is a 2×2 table | With no borders |
And if there was a problem | Yo, I’ll solve it |