• My site is working fine in Firefox, but in Internet Explorer the words are getting cut in half. At the right margin of each post, the text is wrapping MID-WORD, instead of wrapping where the previous word ends.

    It’s a bit li
    ke this, wher
    e the words ju
    st keep gett
    ing cut in ha
    lf.

    Anybody know what to do about this problem, and why it is unique to IE?

Viewing 2 replies - 1 through 2 (of 2 total)
  • check your stylesheet for word-wrap: break-word; and remove this.

    Thread Starter cjames745

    (@cjames745)

    Oh my God thank you. This put me on the right track. If anybody else is having this problem, there were actually two pieces of code that needed to be removed:

    word-wrap: break-word;
    and
    word-break:break-all;

    Now my site is actually readable in Internet Explorer. I appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Words cut in half at right margin in IE’ is closed to new replies.