Hi,
I'm trying to dynamically edit selected text using execCommand and fontsize as the passed command. [i.e. execCommand(fontsize,'',4) ]. The problem is that this works fine for relative browser sizes, but I need it to work for absolute sizes as well - either points or pixels. I've scoured the internet trying to find documentation on this, but it seems that it may not be possible. Does anybody have insight into this?
thanks!
I'm trying to dynamically edit selected text using execCommand and fontsize as the passed command. [i.e. execCommand(fontsize,'',4) ]. The problem is that this works fine for relative browser sizes, but I need it to work for absolute sizes as well - either points or pixels. I've scoured the internet trying to find documentation on this, but it seems that it may not be possible. Does anybody have insight into this?
thanks!