Files
Mozilla/mozilla/suite/debugQA/content/EditorInitPagePlain.html
akkana%netscape.com 4c0a11e3ff Partial work toward 11390, using style instead of embedded pre tag
to control wrapping; this adds a style tag that should work, but
doesn't seem to (see bug 4696), so I've left the old pre tag in place.
Also change text to more accurately reflect the situation, and fix the
80 char reference so that it's really 80 chars (was 78 ;-).


git-svn-id: svn://10.0.0.236/trunk@43715 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 22:14:54 +00:00

57 lines
1.6 KiB
HTML

<!--
-- The contents of this file are subject to the Netscape Public
-- License Version 1.1 (the "License"); you may not use this file
-- except in compliance with the License. You may obtain a copy of
-- the License at http://www.mozilla.org/NPL/
--
-- Software distributed under the License is distributed on an "AS
-- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-- implied. See the License for the specific language governing
-- rights and limitations under the License.
--
-- The Original Code is Mozilla Communicator client code, released
-- March 31, 1998.
--
-- The Initial Developer of the Original Code is Netscape
-- Communications Corporation. Portions created by Netscape are
-- Copyright (C) 1998-1999 Netscape Communications Corporation. All
-- Rights Reserved.
--
-- Contributor(s):
-->
<html>
<head>
<title>Ender Plain Text Test Page</title>
<style type="text/css">
/* This style sheet should be in a seperate file */
BODY {
whitespace: -moz-pre-wrap; width: 40ch;
/* font-family: monospace; */
background-color: #FFFFFF;
margin: 4px 4px 4px 4px;
}
</style>
</head>
<body>
<pre cols="72">
80 char width (for reference only)
---------|---------|---------|---------|---------|---------|---------|---------|
Welcome to the Gecko Plaintext Editor.
This entire body is in a &lt;PRE&gt; tag, wrapped to 72 columns. Eventually we want to do this through a style sheet (see bug 4696).
Typed text will wrap to the current wrap setting. You can increase or decrease the wrap setting by typing alt-] or alt-[; you can see the current wrap column setting by typing alt-C.
</pre>
</body>
</html>