Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hugme

    (@hugme)

    I fixed part of it. There needed to be a css change in the style.css for twentyeleven (and all the others). This entry:

    .entry-content td,
    .comment-content td {
            border-top: 1px solid #ddd;
            padding: 6px 10px 6px 0;
    }

    Needs this added:
    -moz-hyphens: auto;

    This fixes the ie/chrome vs firefox issue. However it does not fix the word break issue. “word-brek:” in the css seems to have no effect on it in table, tr or td.

    Thread Starter hugme

    (@hugme)

    I’ve found the problem. The module is putting in <pre> in front of the table. This is causing it to ignore the css I’m giving it for word breaks. Do you have a suggested way of removing the <pre>?

    Thread Starter hugme

    (@hugme)

    It has been resolved. When you cut and past something it automatically sets it for “preformatted” in word press. You have to go in and manually change the formatting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cells not wrapping in firefox’ is closed to new replies.