I’m trying to even out my text with my photo, so it appears to be “inline”, but I can’t get them to line up. I’ve tried float: right, which shift it to the right like I want, but it doesn’t line up with text.
<div class="container" id="about"><a href="About"></a>
<h5 id="characteristics"></h5>
<p id="about-me"> </p>
<a href='' target='_blank'><img src='' id="my-picture" border='0' alt='/></a>
</div>