How to Make a Table and Text Alignment on Steemit

in #steemit6 years ago

How to Make a Table and Text Alignment on Steemit



In order to make a table on steemit you will use a combination of " - " and " | " . In order to make " | " hold shift then press the " \ " key.

This is an example of what you would see while creating the table. Removing the "s will creating the table blow.

" |First|Second|Third|
---|---|---
|Text|Text|Text
|Text|Text|Text "

FirstSecondThird
TextTextText
TextTextText

In order to align text we will use div class=pull-XXX with < > around it. Enter your text after it then close it with a /div with < > around it. In the XXX you can use left,center or right to align your text to where you would like it. Examples below


this is pulled left
this is pulled right
this is centered

You can also use "br" surrounded by < > to create white space if for some reason hitting enter will not create the space.




:) who doesn't love some white space