This is a kind of format that I ever wondered how to do without the table tag. Excerpted from this great post.
Post Presentation
You can liven up your posts with learning markdown and html. You can do a simple google search and find the many sites that can teach you how to format your text and images on your posts. Here's a markdown cheatsheet I found:
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Here's the example of the code to get the image formatted on the right and text on the left.
<div class="pull-right"><center><img src="http://www.emoji.co.uk/files/phantom-open-emojis/smileys-people-phantom/12299-thumbs-up-sign.png" /><br/><em><a href="http://www.emoji.co.uk/view/1338/">source</a></em></center></div>
<h2>Post Presentation</h2>
You can liven up your posts with learning markdown and html. You can do a simple google search and find the many sites that can teach you how to format your text and images on your posts. Here's a markdown cheatsheet I found:
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Here's the example of the code to get the image formatted on the right and text on the left.