You are viewing a single comment's thread from:

RE: Steemit Markdown Cheatsheet 2018 w/ Video Explanation

in #steemit6 years ago (edited)

I thought I'd post this little trick: I've traveled far and wide to figure out how to format stuff to the right of the page! I wanted to format an image to the right, and wrap text to the left. I finally found it, using the <div> tag:
<div class="pull-right">[picture.jpg]</div>
You can also use "pull-left" to put the picture on the left. Just so you know: In order to do these tricks, you need a small-size image. (Not a full-size image.)

I hope this helps someone out there!

Sort:  

Excellent, thanks for sharing with us!