GuideML - BOX Tag
Created | Updated May 2, 2003
The <BOX> tag creates a box. Each box has a title and a text area, and the box is displayed with the title at the top, and the text indented underneath the title.
This tag is not approved for use in the Edited Guide.
Syntax and Usage
<BOX>
<TITLE>...title...</TITLE>
<TEXT>
...text...
</TEXT>
</BOX>
The ...text... section can contain any GuideML that can be used inside the <BODY>...</BODY> section.
Known Issues
In the Classic skin, long titles will not wrap properly, so keep titles short.
Example
Using BoxesThis demonstrates the box tag. The idea of a box is that it's an aside from the normal flow of text in an entry, and can be used for self-contained sections that don't necessarily fit into the main body of the entry.
<BOX> <TITLE>Using Boxes</TITLE> <TEXT> <P>This demonstrates the box tag. The idea of a box is that it's an aside from the normal flow of text in an entry, and can be used for self-contained sections that don't necessarily fit into the main body of the entry.</P> </TEXT> </BOX>