I'm using the Redstripes theme slightly hacked about in the sidebars. In the CSS I've got:
img.right { padding: 10px; margin: 0px 0px 2px 7px; display: inline; }
img.left { padding: 10px; margin: 0px 20px 10px 0px; display: inline;
right { float: right }
left { float: left }
In the img div I've got: class="img.left" included. I can't for the life of me figure out why the text isn't wrapping around the image. This is pretty important as I want to get graphical elements into this blog.
Any help please?