STYLE ElementContains a specific cascading style sheet (CSS) entry for this custom location type. Syntax<STYLE NAME="name" STYLEENTRY="styleentry" /> Attributes
PlacementThe STYLE element must be a child of the STYLES element. ChildrenNo children are supported within the STYLE element. RemarksTQS 2.7 and earlier The "S_" prefix is required in the NAME attribute. This is not required as of TQS 2.8. Example
<STYLES>
<STYLE
NAME="#questionSpan"
STYLEENTRY="font-size:larger; color:green"
/>
<STYLE
NAME=".answerHover"
STYLEENTRY="cursor:hand; color:#00FFFF"
/>
</STYLES> |
