I have attached an image of what I want to achieve.
I tried it last night doing something like this:
<div id=“content”>
<div id="left>
<div id="logo><img src …/></div>
<p>blah blah blah…</p>
</div>
</div>
#left floated:left
#logo floated:left
The text did wrap around the logo image, BUT, I’m trying to push the logo down further into the text so the text starts above the logo and wraps down around it like in my image. Is this possible using floats?