It is the use of markdown commands. For example...
<div class='pull-left'>
upload picture here
</div>
This part is for your text...
The command above appears like this:
This part is for your text...
The same applies to putting the picture on the right hand side. In that case, you will use the command <div class='pull-right'>. All other things remain the same.
I hope this helps.
It is the use of markdown commands. For example...
The command above appears like this:
This part is for your text...
The same applies to putting the picture on the right hand side. In that case, you will use the command
<div class='pull-right'>
. All other things remain the same.I hope this helps.
thanks for the reply