I’ve been trying to figure this out as well. My html/css is rusty and working with the kubrick theme.
this seems to works:
1. in your style.css add a new class:
.lefty {
float: left;
margin-bottom: 10px;
}
2. wrap your post with <div class=”lefty”></div>
3. my image tage looks like this:
<img src=”https://yrphoto” alt=”yralt” align=”left” style=”border: solid 1px #000000; margin-right: 4px;” />
which gives me a bit of space to the right of the image.