tag can be used. The format is of the
form
-
- IMG: filename or URL
-
- IMG(Attributes): filename or URL
where the attributes can be any of 'left',
'right', 'top', 'bottom, 'middle' or any
of the 'NAME=VALUE' pairs for an IMG tag.
A special feature of this command is that if
the filename provided is that of an attached file
in the page itr will use it as the source of the
image.
2.7. CODE Formatting
In order to embed pre-formatted code it is possible
to use the CODE or PRE tags. For example the text
below
CODE:
$x = 2*$y ; # A program line
%z = ( 'a' => 9 ) ;
is shown as
$x = 2*$y ; # A program line
%z = ( 'a' => 9 ) ;