How Can You Left Or Right Align Parts Of Your Steemit Article, Images Included?

Well, you can! With a bit of html...

Wouldn't it be nice if you could illustrate your articles with left or right aligned paragraphs?

Remember, this only works when you type - or copy-paste - your text into ordinary text area. Anyways, the Editor link on the right top side of the input area is hidden when you are using html.

OK, let us start with ...

1. Right Side Column With Text

Right side column

Left side column

The Code

<div class="pull-right">
Right side column
</div>
Left side column

2. Right Side Column With Image

Left side column





The Code

<div class="pull-right">
http://i.imgur.com/LVTwnCs.png 
</div>
Left side column

3. Left Side Column With Image

Right side column





The Code

<div class="pull-left">
http://i.imgur.com/LVTwnCs.png
</div>
Right side column

Go ahead and play with alignments. And have fun :)

H2
H3
H4
3 columns
2 columns
1 column
9 Comments