2019.1

Table Of Contents
,
border-right
and
border-bottom
properties.
l
Margin group: Defines margins (spacing outside the element) in measure or percentage:
l
All sides: Check to set all margins to use the Top value. Equivalent to the
margin
property.
l
Top, Left, Bottom, Right: Set the margin for each side. Equivalent to the
margin-left
,
margin-top
,
margin-right
and
margin-bottom
properties.
Border Tab
See also: "Border" on page747.
l
Same for all sides: Defines the border properties for all sides using the Top properties.
Equivalent to the
border
property.
l
Top, Left, Bottom, Right: Each group defines the following properties:
l
Width: Specify the thickness of the border. Equivalent to the
border-width
property.
l
Style: Specify the style of the border such as
solid
,
dashed
or
dotted
. Equivalent to the
border-style
Page 938