What’s this?
If you need an HTML table added into your content, use the Table shortcode to ensure it’s styled beautifully. Like the example below.Just a table. But useful.
| Column 1 heading | Column 2 heading |
|---|---|
| Cell 1-1 | Cell 1-2 |
| Cell 2-1 | Cell 2-2 Highlighted |
[fancy_table width="100%"]
[table]
[tr]
[th]Column 1 heading[/th]
[th]Column 2 heading[/th]
[/tr]
[tr]
[td]Cell 1-1[/td]
[td]Cell 1-2[/td]
[/tr]
[tr]
[td]Cell 2-1[/td]
[td]Cell 2-2 [span class="highlighted-text"]Highlighted[/span][/td]
[/tr]
[/table]
[/fancy_table]