You can reorder page content using the move icon on the inline toolbar, the breadcrumb bar, and keyboard shortcuts.
Reorder Elements With the Move Icon
You can use the move icon to reorder content for simple HTML elements, such as paragraphs and bullet list items. The move icon appears in a blue box on the inline toolbar in the upper-left corner. In the image below, it is circled in green.
- Click in the HTML element that you want to move. The inline toolbar appears.
Click the blue tab in the upper-left corner of the inline toolbar.
- Drag the element to another location.
Use the Breadcrumb Bar to Select Complex Content
HTML elements can be nested inside one another. If you want to select a complex element that is made up of sub-elements, use the breadcrumb bar to select the element you want, and then use the element inspector to drag the whole thing to another location. The breadcrumb bar can be revealed or hidden by clicking on the arrow tab at the bottom left of the preview pane.
Use Keyboard Shortcuts to Select Elements
You can also use keyboard shortcuts for selection navigation.
First, select an element:
- Click anywhere inside the element.
Click the element’s name in the breadcrumb bar.
A blue highlight will appear around the selected element and in the breadcrumb bar.
Then use the following shortcuts to make your selection:
| Action | Mac | Windows |
|---|---|---|
| Change selection to the parent element | Cursor left | Cursor left |
| Change selection to the first child element | Cursor right | Cursor right |
| Change selection to the previous sibling element (or to the parent element if the first child of that parent is already selected) | Cursor up | Cursor up |
| Change selection to the next sibling element (or to the parent element if the last child of that parent is already selected) | Cursor down | Cursor down |
| Select the parent element for the cursor location | Cmd + Enter | Ctrl + Enter |