DotNetNuke.bz posted on January 12, 2010 02:41

The FCK Editor has a few drop down boxes to let you set the formatting of text. Those drop down boxes are:
Style and Format are fine, since they are CSS clases or HTML tags and can be controlled by CSS style sheets.
Font and Size are not fine, since they cause inline, hardcoded formatting of the text. The problem with this is that if you want to change the color and font theme of your website, you will have to change all this text individually. Therefore, you should not allow users to specify specific fonts or font sizes.
Rather, have them use the Style and Format drop down lists to select the relative formatting.
To prevent users from using the Font and Size drop down lists, you can remove them from the editor. In
File: Providers\HtmlEditorProviders\Fck\Custom\fckconfig.js (or somewhere)
Comment out all occurrances, of the FontName and FontSize, like this
Also see DotNetNuke-FCK-Editor-160-in-HTML-Text and remove the   blank filler at the same time.
// ['FontName','FontSize']
By Andrew Weitzen, Bronze Inc.(c) 2010
Bronze is the publisher of several online Internet journals including: InternetHandholding.com, DomainNames.gs, DotNetNuke.bz, Programmer.bz, Software.vg, WebHosting.vg