Hi rodusa,
Please tyr this way:
1. Open file 'Common.config'(root\CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config)
2. local to:
<FormatBlock>
<item text="[[DIV]]" value="<DIV>">
<html><![CDATA[[[DIV]]]]></html>
</item>
<item text="[[Normal]]" value="<P>">
<html><![CDATA[[[Normal]]]]></html>
</item>
<item text="[[Heading 1]]" value="<H1>">
<html><![CDATA[<b style='font-size:24pt'>[[Heading 1]]</b>]]></html>
</item>
<item text="[[Heading 2]]" value="<H2>">
<html><![CDATA[<b style='font-size:18pt'>[[Heading 2]]</b>]]></html>
</item>
<item text="[[Heading 3]]" value="<H3>">
<html><![CDATA[<b style='font-size:15pt'>[[Heading 3]]</b>]]></html>
</item>
<item text="[[Heading 4]]" value="<H4>">
<html><![CDATA[<b style='font-size:12pt'>[[Heading 4]]</b>]]></html>
</item>
<item text="[[Heading 5]]" value="<H5>">
<html><![CDATA[<b style='font-size:9pt'>[[Heading 5]]</b>]]></html>
</item>
<item text="[[Heading 6]]" value="<H6>">
<html><![CDATA[<b style='font-size:7pt'>[[Heading 6]]</b>]]></html>
</item>
<item text="[[Address]]" value="<Address>">
<html><![CDATA[[[Address]]]]></html>
</item>
<item text="[[MenuList]]" value="<MENU>">
<html><![CDATA[[[MenuList]]]]></html>
</item>
<item text="[[Formatted]]" value="<PRE>">
<html><![CDATA[[[Formatted]]]]></html>
</item>
<item text="[[Definition Term]]" value="<DT>">
<html><![CDATA[[[Definition Term]]]]></html>
</item>
</FormatBlock>
3. Clean all styles of the options, like below:
<FormatBlock>
<item text="[[DIV]]" value="<DIV>">
<html><![CDATA[[[DIV]]]]></html>
</item>
<item text="[[Normal]]" value="<P>">
<html><![CDATA[[[Normal]]]]></html>
</item>
<item text="[[Heading 1]]" value="<H1>">
<html><![CDATA[[[Heading 1]]]></html>
</item>
<item text="[[Heading 2]]" value="<H2>">
<html><![CDATA[[[Heading 2]]]]></html>
</item>
<item text="[[Heading 3]]" value="<H3>">
<html><![CDATA[[[Heading 3]]]]></html>
</item>
<item text="[[Heading 4]]" value="<H4>">
<html><![CDATA[[[Heading 4]]]]></html>
</item>
<item text="[[Heading 5]]" value="<H5>">
<html><![CDATA[[[Heading 5]]]]></html>
</item>
<item text="[[Heading 6]]" value="<H6>">
<html><![CDATA[[[Heading 6]]]]></html>
</item>
<item text="[[Address]]" value="<Address>">
<html><![CDATA[[[Address]]]]></html>
</item>
<item text="[[MenuList]]" value="<MENU>">
<html><![CDATA[[[MenuList]]]]></html>
</item>
<item text="[[Formatted]]" value="<PRE>">
<html><![CDATA[[[Formatted]]]]></html>
</item>
<item text="[[Definition Term]]" value="<DT>">
<html><![CDATA[[[Definition Term]]]]></html>
</item>
</FormatBlock>
4. Or you can set the size you want.
Regards,
Ken