Text Layout

Line Spacing

In HTML, Enter (Return) ends a paragraph and starts a new one, thereby creating a double space. If you want to start text on a new line, but don't want to create a double space, you need to create a line break, i.e., a soft carriage return. To create a line break, hold down the Shift key and press the Enter key.

Text Alignment

Text alignment determines the placement of text relative to the page (or the editing area). Note that due to the nature of this formatting option, text alignment can only be applied to a block-level element; like a paragraph, an image, a list item, or a div element. Most document elements have a default alignment setting that is highlighted in the toolbar. If you want to change the default alignment setting, select another option by clicking the toolbar button.

Text Indentation

Indentation defines the spacing between a block-level element and the left margin. Note that due to the nature of this formatting option, indentation can only be applied to a block-level element like a paragraph, an image, a list item, or a div element. If the paragraph spans across multiple lines of text, each line will appear at the same indentation level.

The Editor supports multiple indentation levels per element. To indent an element even further, press the Increase Indent toolbar button as many times as necessary to achieve the desired effect. 

To learn how to use this feature to create nested list structures, refer to the Creating Lists section of the manual. 

  

Block Quote

Block Quote is used to distinguish a section of text from the main content by adding both left and right indentation. To add a block quotation to your text, press the Block Quote button on the toolbar. Once added, the block quote formatting appears in the document at the location of the cursor.
 

Div Container

In the Editor some formatting settings can only be applied to block-level elements. Sometimes it is also useful to be able to apply formatting to a larger document section that extends beyond one block. If this is the case, a standard practice is to add a div container around the selected text.

Note that using div containers, just like other HTML elements, along with CSS styling, is an advanced feature that should only be used if you have sufficient knowledge of both Web standards.

To add a div element to your text, press the Div Container toolbar button. The Create Div Container dialog window that will open allows you to set configuration options