Basic paragraph and title on left with image on right
Note: you can add as many href tags as you wish inside of the paragraph tag. Use multiple paragraph tags to make spaces between them. Don't use break tags.
<div class="two-column">
<div class="column">
<h2>title goes here</h2>
<p>body text goes here</p>
<p>body text goes herre</p>
</div>
<div class="column">
<a href="#image link goes here">
<img src="image source goes here" alt="image description goes here">
</a>
</div>
</div>