position

Position

Typically indicates whether a display object (for example, figure, table, boxed text) must be anchored in its exact location within the text or may float to a different location in the document (for example, top of the next page, into the next column, within a separate window). Also used to indicate that the display object should be placed in the margin or used as a background image behind the text.

Used on these Elements:

ValueMeaning
anchorThe object must remain in its exact location in the text flow.
backgroundThe object (typically an image) is used as background displayed visually “behind” the narrative text.
floatThe object is not anchored and may be moved to a new column, a new window, a new page, the end of the document, etc.
marginIn print, the object should be placed in the margin or gutter; online, the object should remain closely associated with the text.
Default valuefloat

Example

    ...
<boxed-text position="anchor" content-type="website">
<caption>
<title>Search term: gallstones</title>
</caption>
...</boxed-text>
...