Viewing 1 replies (of 1 total)
  • The image is assigned class alignright, but there is no style set for that in style.css. You need to add

    .alignright {
       float: right;
    }

    and corresponding .alignleft, .aligncenter, etc.

    You may also need to move the image because the text that follows is what wraps.

Viewing 1 replies (of 1 total)
  • The topic ‘text wont' wrap around image’ is closed to new replies.