Summary
This article outlines the steps on how to maximize the font size in KWizCom Tag Cloud web part?
Product & Version
KWizCom Tagging Feature Standard Evaluation 3.x.xx for SharePoint 2007
KWizCom Tagging Feature Standard Evaluation 13.x.xx for SharePoint 2010
Resolution
1. Open TagCloudListControl.ascx file for edit. Located C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\KWizCom_TaggingFeature on your SharePoint server
2. Find <%# ((TagData)Container.DataItem).FontSize %>
3. Replace with: <%# ((TagData)Container.DataItem).FontSize > 15 ? 15 : ((TagData)Container.DataItem).FontSize %> where 15 is the maximum size of the font.
On a scale of 1-5, please rate the helpfulness of this article
Optionally provide private feedback to help us improve this article...
Thank you for your feedback!