Templates: Junecode: categories
Inserts a list of categories for the site. Categories are divided into sections based on their order numbers. If the order number of an entry is more than one greater than the last category listed, a new section is created. This allows you to group certain categories together.
See the Categories section of the Options page in your site to set up your categories.
Attributes
case: upper or lower. Will convert the output to uppercase or lowercase. The default is none.
divider: the text or HTML that is inserted between each category. HTML entities must be encoded. The default is <br />
before: the text or HTML that is inserted before each section. HTML entities must be encoded. The default is <p>
after: the text or HTML that is inserted after each section. HTML entities must be encoded. The default is <p>
sections: the numbers of the sections to display, separated by commas. The default is none, which will display all sections.
other arguments, except for id and class, are passed along as part of the links to each category.
Example
<junecode:categories before="" after="" onmouseover="rollOver(this)" onmouseout="rollOut()" />