• Resolved hotdyke

    (@hotdyke)


    I know this is a very newbie question… but I am trying to post a blog, first text, then a picture, then more text, and another picture. However word press keeps putting the second group of text next to the first picture. What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hotdyke

    (@hotdyke)

    I fixed it, I inserted &nbsp; <br /> about 10 times.

    If you set a class for the pictures with CSS that had something like

    .photo_left { clear:left}

    and a class to clear the float, something like

    .clear_floats {clear:both}

    This would give you flexibility as you could also create a class for .photo_right. You could then choose to use the .clear_floats class when you want the effect of wrapped text (or not.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Break between text and picture’ is closed to new replies.