Displaying the Markup

You can control the amount of markup that is displayed in the Author mode with various levels of tag modes for both block and in-line elements.

The following dedicated tag modes are available from the Tags display mode drop-down menu (available on the toolbar):

Full Tags with Attributes
Displays full tag names with attributes for both block and in-line elements.
Full Tags
Displays full tag names without attributes for both block and in-line elements.
Block Tags
Displays full tag names for block elements and simple tags without names for in-line elements.
Inline Tags
Displays full tag names for in-line elements, while block elements are not displayed.
Partial Tags
Displays simple tags without names for in-line elements, while block elements are not displayed.
No Tags
No tags are displayed. This is the most compact mode and is as close as possible to a word-processor view.
To set a default tags mode, go to Author preferences page and configure the Tags display mode options.
Note: The graphical format of the tags is controlled from the associated CSS via the display property. If the current document does not have an associated CSS stylesheet, then the Full Tags mode will be used.