How To Add Table to your Steemit posts

in #steemit7 years ago

Hello All,
You can create table in your posts by writing simple HTML tags.
Here is the example, Lets say you want to create 4 rows and two columns. You can use below code.
<table>
<tr><td>Row 1 Column1</td><td>Row 1 Column2</td></tr>
<tr><td>Row 2 Column1</td><td>Row 2 Column2</td></tr>
<tr><td>Row 3 Column1</td><td>Row 3 Column2</td></tr>
<tr><td>Row 4 Column1</td><td>Row 4 Column2</td></tr>
</table>

Output will be:

Row 1 Column1Row 1 Column2
Row 2 Column1Row 2 Column2
Row 3 Column1Row 3 Column2
Row 4 Column1Row 4 Column2
Sort:  

Thanks for the tips. This is very useful. How about making 2 columns?

Hi @juvyjabian
The example i have given is 2 columns.

Coin Marketplace

STEEM 0.17
TRX 0.13
JST 0.027
BTC 61098.19
ETH 2625.94
USDT 1.00
SBD 2.63