XML FOR DOMINO


horizrule element
Represents a horizontal rule, which is vertical line in rich text. By default, a rule line is .073" thick and helps to visually separate different areas of a form or page.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Syntax

<!ELEMENT horizrule EMPTY>

Attributes

<!ATTLIST horizrule
height%length;#IMPLIED
width%lenpct;#IMPLIED
color%color;#IMPLIED
colorstyle(%horizrule.color.styles;)"solid"
gradientcolor%color;#IMPLIED
use3dshading%boolean;"true"
(%html.core.attrs;)
>

These options indicate the following display settings for the horizontal rule:

color


colorstyle
gradientcolor
height
use3dshading
width
Defined entity for <horizrule> element

The %horizrule.color.styles; entity lists the options for color styles for a horizontal rule.

Syntax:

<!ENTITY % horizrule.color.styles "solid | vgradient ">

solid


vgradient
See Also