David E. Ross wrote:
When I view ASCII text Web pages that have no explicit line breaks in
the SeaMonkey browser, the pages are displayed without wrapping.  Is
there a way to get wrapping?

An example is at<http://rossde.com/test/Wrap_test.txt>, which my
service's Web server delivers as text/plain.

Apparently, this is NOT a new problem.  I see the same results with SM
2.0.14 and SM 2.1.


Phil Chee's suggestion in the other thread does work. In userContent.css put:

pre {
  white-space: pre-wrap !important;
}

No need for yet another extension.

--
Ed Mullen
http://edmullen.net/
Why do we say something is out of whack? What is a whack?
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to