OK, let me show you how I do it and you can try modifying my code to fit your needs. Here's the CSS:
CODE
img.left
{
float:left;
margin:0 1em 1em 0;
}
img.right
{
float:right;
margin:0 0 1em 1em;
}
And here's how I insert a floated image into a paragraph:
HTML
<p><img class="left" width="350" height="185" src='http://www.qwertysqoncepts.com/wp-content/uploads/2007/10/rogue.png' alt='Nissan Rogue' />They're at it again, but this time it may be going even further. In the season's premiere episode, Claire's father gives her a Nissan Rogue (the fabulous new crossover the commercials for which whore out the Clash). That episode was presented with "limited commercial interruption" by Nissan, which included three Rogue commercials in a row. One of the features they push about the Rogue is its "intelligent key that never has to leave your pocket."</p>
And it ends up looking like the attached screen cap.
Note that this is in Wordpress, but I don't let it do any of the coding for me, because I've found that it makes changes I don't want, so I type straight HTML into the editor. That setting is under Users > Your Profile. There's a checkbox labeled "Use the visual editor when writing". I keep that unticked.
Edited by qwerty, 06 October 2007 - 04:53 PM.