views:

508

answers:

2

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

A: 

Here is best solution reference for master developer related to execCommand

http://www.quirksmode.org/dom/execCommand.html#t010

tejas