XML FOR DOMINO


bordercaption element
Represents the border of a frame in a frameset.

Containment Hierarchy

Contained by: <frame>

Contains: <code>, <font>

Syntax

<!ELEMENT bordercaption  ( code? , font? )>

Contents

code?,font?


Attributes

<!ATTLIST bordercaption
show%tokens;""
align(%edge.aligns;)#IMPLIED
justify(%simple.justifys;)#IMPLIED
open%pixpct;#IMPLIED
bgcolor%color;#IMPLIED
>

align


bgcolor
justify
open
show
Defined entities for <bordercaption> element

The %bordercaption.show.values; entity defines the style of a frame border.

Syntax:

<!ENTITY % bordercaption.show.values "caption | arrows ">

arrows


caption
The %edge.aligns; entity defines the alignment options for a text caption or arrows in the border of a frame.

Syntax:

<!ENTITY % edge.aligns "left | right | top | bottom ">

bottom


left
right
top
The %simple.justifys; entity defines the text justification options for a text caption in the border of a frame.

Syntax:

<!ENTITY % simple.justifys "left | right | center ">

center


left
right
See Also