That's true, but that's for images in general. I don't want to change that (and actually I tried changing it and it didn't change the problem with the aligned images). What I want to change is right or left aligned images, where the text wraps around the image. This is what I'm having trouble with.. but I'm thinking that maybe it's a browser quirk? Here is the img.alignright and img.alignleft code copied from the stylesheet.
<br />
img.alignright {<br />
float: right;<br />
padding: 4px;<br />
margin: 0 0 2px 7px;<br />
display: inline;<br />
}<br />
<br />
img.alignleft {<br />
float: left;<br />
padding: 4px;<br />
margin: 0 7px 2px 0;<br />
display: inline;<br />
}<br />