hi, this is preview of my code>
sel_font = ...some number...
Editor.execCommand("FontSize", false, sel_font);
i want to change fontsize of selected text. in firefox is everything ok, but in internet explorer i can change fontsize only to some limited size, bigger numbers are not working. has explorer some restrictions to fontsize, which can i change using execCommand fontsize?
thanks