STYLES ElementContains style sheet definitions that apply to this custom location type. Syntax<STYLES SUBST="subst"> ... </STYLES> Attributes
PlacementThe STYLES element must be a child of the CUSTOMDIV element. ChildrenThe following child element is supported: Examples<STYLES> <STYLE .../> <STYLE .../> </STYLES> Using the SUBST attribute is useful for specifying graphics for bulleted lists.
<STYLES SUBST="%DATA%,DATAROOT">
<STYLE
NAME="#myClass UL"
STYLEENTRY="list-style-image:url(%DATA%bullet.gif)"
/>
...
</STYLES>
<STYLES SUBST="%EMBED%,EMBEDROOT">
<STYLE
NAME="#myClass UL"
STYLEENTRY="list-style-image:url(%EMBED%bullet.gif)"
/>
...
</STYLES> |
