Next: L Previous: I Contents: Contents |
The \IMAGE tag includes an image.
Syntax
\IMAGE{options}
Options
This tag supports various options. Unless explicitly noted, all options are optional.
Basic options
These options are supported by all translators.
// an absolute image path \IMAGE{src="/images/image.gif"} // relative image pathes \IMAGE{src="image.gif"} \IMAGE{src="../image.gif"} \IMAGE{src="images/image.gif"} |
Additional options
Several translators may extend the set of supported options. pp2html allows also the following options which are passed to the corresponding parameters of the HTML <IMG> tag:
Body
No body is allowed. A used body will not be recognized as a body of this tag.
Notes
\IMAGE is part of the basic tag set supported by all PerlPoint translators.
Example
This simple example
Look at this \IMAGE{src="image.gif"}. |
produces something like
Look at this |
See also
More basic set tags: B, C, EMBED, FORMAT, HIDE, I, INCLUDE, LOCALTOC, READY, REF, SEQ, STOP and TABLE.
Next: L Previous: I Contents: Contents |