- From: William Perry <wmperry@monolith.spry.com>
- Date: Fri, 10 May 1996 10:35:25 -0700
- To: Drew Mcpherson <drew@csg.uwaterloo.ca>
- Cc: www-style@w3.org
Drew Mcpherson writes:
> Does anyone know how I would implement a style which would output
> pre-formatted text? ie: A style that would be similar to the <PRE> element
> in HTML documents? For instance, I need it to output line breaks and
> spacing which are embedded in the SGML document. Thanks in advance.
Theoretically, you could use:
tag { white-space: pre }
Emacs-W3 supports this in an as-yet-unreleased version. I'm not sure if
arena or IE 3.0 support it yet though.
-Bill P.
Received on Friday, 10 May 1996 13:34:40 UTC