Sort:  
Thanks for noticing! I was actually a Computer Science Engineering major in University (CSE). I spent a lot of time working with HTML code building websites and such. I actually spend time and add manual HTML tags into my post to help with the lay out.

I have done a few posts a while back giving some tips. I dont think that I have covered image location (classes). I will make that one of my next posts and tag you in it!
Quick run down. Use the div tag and identify the class like this <div class=pull-right> then your image link like this <img src="https://steemitimages.com/u/daddygarsha/avatar"> and then close out your tag like this </div> So by using this code I have pulled your avatar image to the right side. You can perform that same concept with pull-left

Thanks! Yes, that would be a great tutorial. I'll give it a shot.