WebBlockTag Element

Author-it XML Format

Description

Allows you to choose an HTML paragraph tag that will be applied to the selected text. This allows browsers that do not support CSS to still render the text in a chosen format. You can only set this property when the CSS Numbering Type is set to None.

The WebBlockTag element corresponds to the "None" field, on the List Style sub-tab, on the HTML tab, of the Style object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Style

Values

Data Type

Range

String

0 to 50 characters long.

Valid values:
P - Paragraph
ADDRESS - Address information
BLOCKQUOTE - Large quotations
PRE - Preformatted Text
H1 - Heading Level 1
H2 - Heading Level 2
H3 - Heading Level 3
H4 - Heading Level 4
H5 - Heading Level 5
H6 - Heading Level 6

Sample XML

<WebBlockTag>P - Paragraph</WebBlockTag>