Displays a text in fixed-width type without collapsing spaces. Spaces, new lines and tabulation are interpreted as in a text editor. Avoid using other HTML commands within sections defined by PRE.
Select the text in the document you want preformatted.
In the Common tab, click on the Preformatted button.
The selected text will be inserted between the tags <pre> and </pre>.
If you click on the arrow located to the right of the
Preformatted
button, CuteHTML Pro will display a submenu from which you can choose
the number of maximum characters per line. The default value is 80 columns.
If you select a value of 40 or 132, the WIDTH attribute will be inserted
in the PRE command.
Example: <pre width="40"> text </pre>