Displaying the XML Markup (Tags)
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.
- Configure Tags Display Mode
- Use this option to go to the Author preferences page where you can configure the Tags Display Mode options.
Note
The associated CSS information is used to determine weather a tag should be considered
inline or block. If the current document does not have an associated CSS stylesheet,
then
the Full Tags mode will be used.