How to wrap your text around your images in Steemit post. Easy! (Codes & Examples) - VOL 2

tips.jpg

You maybe feel limited (even frustrated) if you try to stylize your post. For example, let’s take you want to wrap your text around your images. Your picture goes bellow your text and you can not put two elements inline, nor moving image to the left or right side of the screen.
In this episode, I’ll show you how to make two elements (image and text) on the same line. You should get this result:

Look! The image is on the right side. Look! Look! The image is on the right side. Look! The image is on the right side. Look! The image is on the right side. Look! The image is on the right side. Look! The image is on the right side. Look! The image is on the right side. Look! The image is on the right side. Look! The image is on the right side.

Let's start

Copy this code

<div class="pull-right"></div>

t1.png

In order to do that you should generate some code.

t1ipo.png

It should look like this:

t2.png

Now, copy JUST SELECTED PART of the code, namely URL of the image, the rest of code just ERASE...

t3.png

...and put it into 'div' element.

t4.png

It should look something like this:

t5.png

Now, type text you want. Whole text will appear on the left side of the image as long (heigh) as image is.

t6.png

That is it!

P.S.
If you want your picture on the left side, just put this code first, and repeat the process I already described.

<div class="pull-left"></div>

Thank you!

H2
H3
H4
3 columns
2 columns
1 column
15 Comments