Hi
I have modified the common.config file per the Cutesoft online documentation to custom the font face and font size drop downs. I am not using the latest version of cute editor (I'm not sure how to check what version I have, although it is at least v6) and the online instruction don't match what I see in my common.config file. Here is what I have in my config file:
<FontName>
<item text="Arial" html="<font face='Arial'>Arial</font>">Arial</item>
<item text="Arial Narrow" html="<font face='Arial Narrow'>Arial Narrow</font>">Arial Narrow</item>
<item text="Verdana" html="<font face='Verdana'>Verdana</font>">Verdana</item>
<item text="Comic Sans MS" html="<font face='Comic Sans MS'>Comic Sans MS</font>">Comic Sans MS</item>
<item text="Courier" html="<font face='Courier'>Courier</font>">Courier</item>
<item text="Georgia" html="<font face='Georgia'>Georgia</font>">Georgia</item>
<item text="Impact" html="<font face='Arial'>Impact</font>">Impact</item>
<item text="Lucida Console" html="<font face='Lucida Console'>Lucida Console</font>">Lucida Console</item>
<item text="Tahoma" html="<font face='Tahoma'>Tahoma</font>">Tahoma</item>
<item text="Times New Roman" html="<font face='Times New Roman'>Times New Roman</font>">Times New Roman</item>
<item text="Wingdings" html="<font >Wingdings</font>">Wingdings</item>
</FontName>
<FontSize>
<item text="[[NotSet]]" value="null">
<html><![CDATA[[[NotSet]]]]></html>
</item>
<item text="8pt" html="<span style='font-size:8pt'>8pt</span>">8pt</item>
<item text="9pt" html="<span style='font-size:9pt'>9pt</span>">9pt</item>
<item text="10pt" html="<span style='font-size:10pt'>10pt</span>">10pt</item>
<item text="11pt" html="<span style='font-size:11pt'>11pt</span>">11pt</item>
<item text="12pt" html="<span style='font-size:12pt'>12pt</span>">12pt</item>
<!-- <item text="12px" html="<span style='font-size:12px'>12px</span>">12px</item>-->
<item text="1 (8pt)" value="1">
<html><![CDATA[<font size='1'>Size 1 </font>(8pt)]]></html>
</item>
<item text="2 (10pt)" value="2">
<html><![CDATA[<font size='2'>Size 2 </font>(10pt)]]></html>
</item>
<item text="3 (12pt)" value="3">
<html><![CDATA[<font size='3'>Size 3 </font>(12pt)]]></html>
</item>
<item text="4 (14pt)" value="4">
<html><![CDATA[<font size='4'>Size 4 </font>(14pt)]]></html>
</item>
<item text="5 (18pt)" value="5">
<html><![CDATA[<font size='5'>Size 5 </font>(18pt)]]></html>
</item>
<item text="6 (24pt)" value="6">
<html><![CDATA[<font size='6'>Size 6 </font>(24pt)]]></html>
</item>
<item text="7 (36pt)" value="7">
<html><![CDATA[<font size='7'>Size 7 </font>(36pt)]]></html>
</item>
<!--
<item text="26px" value="26px">
<html><![CDATA[<span style='font-size:26px'>26px</span>]]></html>
</item>
-->
</FontSize>
and here is what I see in the editor:
Why am I getting the duplication in the drop down lists? Any help appreciated, thanks!