Viewing 2 replies - 1 through 2 (of 2 total)
  • If you don’t mind scroll bars polluting the page, you can add

    p {
    overflow:auto;
    }

    to your css file.

    If you want the overflowing text to be removed, set a width for the comment block, and set overflow to hidden. IE supports the CSS2 property word-wrap: break-word; but unfortunately, this isn’t supported in Mozilla/Firefox

    Force Word Wrapping does just what you want, without creaing horozontol scroll bars, or any random CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I force to respect the comment-margin?’ is closed to new replies.