2020.2

Table Of Contents
In the Web context, Inline Boxes are the preferred way to position elements; see "Boxes" on
page676. Tables should only be used to display data in a tabular format, not to position text
and images. Tables used in web pages to position elements (and often, Positioned Boxes)
make those pages less accessible to users with disabilities and to viewers using smaller
devices.
In the Print context, Tables can be used to position elements, as well as both types of Boxes;
see "Table" on page715 and "Boxes" on page676.
Spacing
Boxes, tables, paragraphs and many other elements have a margin and padding.
The margin is the white space around an element, outside the border. It is used to position an
element in relation to the other elements, by putting more space between the element and its
surrounding elements.
The padding is the space between an element's content and its border. It is used to position the
content of the element inside the border.
To learn how to set an element's spacing properties, see "Spacing" on page769.
Tip
Use a negative left margin to create a hanging paragraph or image.
Aligning objects
In Print sections, objects with an 'absolute position', such as a Positioned Box, have a fixed
position in relation to the page (see also: "Using the CSS position property" on the facing
page).
Objects with an absolute position can be aligned easily:
1.
Press the Ctrl key and hold it down while clicking on the objects that you want to align.
The last selected object is the reference object; this object will not be moved.
2.
On the menu, select Format > Align Objects, or use the respective Toolbar buttons to
align the objects.
Page 745