• So I should know how to do this, but I’m having trouble. So I have some header images that I have floating left on all my pages. I then have text on all the pages below the header images which is what I want. The text is styled with this:

    #content p, ntent li {
    clear:both;
    font-size:1.4em;
    line-height:1.4em;
    }

    On one page I have several small images that I want text to wrap next to, but since it’s being effected by the clear tag it’s not. Is there anyone to override this? Could I just position the header images without floating them?

    Thanks!

Viewing 1 replies (of 1 total)
  • I would probably add a ..

    <div style="clear:both;"></div>

    in between those elements, clearing ahead of time usually helps.

Viewing 1 replies (of 1 total)

The topic ‘Clearing a float on some text while not effecting other text’ is closed to new replies.