• 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?

Viewing 1 replies (of 1 total)
  • The img.left is saying that img elements with a class of right should be styled that way so just add class="left" to your img tag.

Viewing 1 replies (of 1 total)
  • The topic ‘Struggling with images’ is closed to new replies.