Softany Txt2Htm2Chm Reference Previous Topic Next Topic

TEXT

Syntax

[TEXT]text[/TEXT]

Description

Renders text in fixed-width type. This element has the same effect as using the element <PRE>...</PRE> in HTML.

Example

Source text:

[TEXT]
  function Hello{
    document.write("Hello World!");
  }
[/TEXT]


Effect:

  function Hello{
    document.write("Hello World!");
  }



Previous Topic Next Topic