Forums
Home / Plugin: TablePress - Tables in WordPress made easy / Numbers an exponent
(@sololinux)
4 years, 11 months ago
How to insert raised numbers to an exponent?
(@tobiasbg)
Hi,
thanks for your post, and sorry for the trouble.
For this, you need a small piece of HTML code, like
2<sup>3</sup> = 8
Note how the exponent is wrapped in HTML <sup> and </sup> tags.
<sup>
</sup>
Regards, Tobias