Skip to content

Tag Definition: img

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

height

implied

None

src

required

None

valign

implied

None

width

implied

None

Can contain
EMPTY

Purpose

This lets you include an image within the current document.

See more about inline images here

Example usage

...
<story>
    <spacer length="100"/>
    <para><img src="example.jpg" width="100" height="100"/></para>
</story>
...

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <para> ➔ <img>