I'm having some trouble with my new website design. I am working on adding a section to the sidebar, but can't seem to get the text aligned correctly next to the image. I've attempted to float the text left, but it's not displaying as desired. Currently, the only CSS I have in place is that the sidebar is 300px wide.
<div id="sidebarabout">
<h3>About Elliott Davidson</h3>
<img src="http://placehold.it/100x100"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus luctus odio, sed sagittis dolor volutpat ut. Pellentesque efficitur orci at nunc fermentum, nec feugiat erat gravida. <a href="about.html">Continue reading</a></p>
</div>