2018.1

Table Of Contents
Boxes
l
Insert Positioned Box: Inserts an absolute-positioned box on the page, which can be
moved around freely.
l
Insert Inline Box: Inserts an inline box that is set to float to the left, at the position of
the cursor.
l
Wrap in Box: Takes the current selection and wraps it inside a new box.
l
Float Left: Floats the current element to the left using a float:left style.
l
No Float: Removes any float style applied to the currently selected element.
l
Float Right: Floats the current element to the right using a float:right style.
l
Rotate Counter Clockwise: Rotates the currently selected box 9 counter-clockwise.
l
Rotate Clockwise: Rotates the currently selected box 90° counter-clockwise.
Align Objects
l
Top: Aligns the top side of the selected objects with the top edge of the last selected
object.
l
Middle: Aligns the middle of the selected objects with the middle of the last selected
object. Objects may move up or down.
l
Bottom: Aligns the bottom side of the selected objects with the bottom edge of the last
selected object.
l
Left: Aligns the left side of the selected objects with the left edge of the last selected
object.
l
Center: Aligns the center of the selected objects with the vertical center of the last
selected object. Objects may move to the left or to the right.
l
Right: Aligns the right side of the selected objects with the right edge of the last
selected object.
Styles
l
Element Type: Displays the element type of the selected element and drops down to
show other element types in which it can be changed.
l
Style: Displays the style of the selected element and drops down to show other available
styles which can be applied to it.
Page 855