CssClass, FormatBlock, FontName, FontSize doesn't work.

  •  12-18-2007, 3:50 PM

    CssClass, FormatBlock, FontName, FontSize doesn't work.

    I am using asp version and trying to add font, size, format to toolbar. The common.config has default setttings but not sure if it is missing something. I can see items on toolbar dropdowns for name, size etc but has no effect on the text in the editor.
    I can select the text and change font but nothing happens to the text though other buttons on toolbar do work like font color, alignment, bold etc.
     
    the common.config has the entries for font like this.

    <FontName>

    <item text="Arial" value="Arial">Arial</item>

    <item text="Verdana" value="Verdana">Verdana</item>

    <item text="Comic Sans MS" value="Comic Sans MS">Comic Sans MS</item>

    <item text="Courier" value="Courier">Courier</item>

    <item text="Georgia" value="Georgia">Georgia</item>

    <item text="Impact" value="Impact">Impact</item>

    <item text="Lucida Console" value="Lucida Console">Lucida Console</item>

    <item text="Tahoma" value="Tahoma">Tahoma</item>

    <item text="Times New Roman" value="Times New Roman">Times New Roman</item>

    <item text="Wingdings" value="Wingdings">Wingdings</item>

    </FontName>


     
    thanks for your help.
     
View Complete Thread