[squeak-dev] The Inbox: Collections-eem.732.mcz -- HtmlReadWriter

Paul DeBruicker pdebruic at gmail.com
Fri Feb 10 05:34:05 UTC 2017


Tobias Pape wrote
> Because Pararaph indents, because non-code intents, because reflow (
> <pre>
>  does _not_ reflow).


pre can reflow with these CSS rules:

  pre {
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }


see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space for other
options.


Hope this helps


Paul



--
View this message in context: http://forum.world.st/Re-The-Inbox-Collections-eem-732-mcz-HtmlReadWriter-tp4933582p4933757.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list