caption (Domino DTD)
Represents the caption associated with an image.
Containment Hierarchy
Contained by: <picture>
Syntax
<!ELEMENT caption ( #PCDATA )>
Content
#PCDATA
Contains plain text.
Attributes
<!ATTLIST caption
Attribute | ||
---|---|---|
position |
(%caption.positions;) |
"below" |
>
position
Position of the caption with respect to the image, as defined by the %caption.positions; entity.
Defined entity for <caption> element
The %caption.positions; entity defines the options for positioning the caption for an image in relation to that image.
Syntax:
<!ENTITY % caption.positions "below | center">