CategoryCloud Tag

<mangox:CategoryCloud />

It makes a cloud of categories, with sizes proportional to the number of posts in a given category.

Attributes:

includeStyle: Whether or not to include style tags. If you choose not to, your css file must contain these styles defined:

.smallestTag { }

.smallTag { }

.mediumTag { }

.largeTag { }

.largestTag { }

Default style is:

.smallestTag { font-size: xx-small; }

.smallTag { font-size: small; }

.mediumTag { font-size: medium; }

.largeTag { font-size: large; }

.largestTag { font-size: xx-large; }