Hi,
Is there any way of setting the FCK Editor so that a specific font size can be set (e.g. 8pt, 10pt, 12pt, etc.) instead of an absolute value (such as xx-small, x-small, etc.),
Thanks,
John
Is there any way of setting the FCK Editor so that a specific font size can be set (e.g. 8pt, 10pt, 12pt, etc.) instead of an absolute value (such as xx-small, x-small, etc.),
Thanks,
John
RE: Font Size?
It would be nice to have this function. Perhaps a choice between the two?
Regards
Lars Hansen
RE: Font Size?
TBI.prototype.FontSize = new TBCombo( "FontSize" , "doFontSize(this)" , lang["FontSize"] , ';xx-small;x-small;small;medium;large;x-large;xx-large', ';1;2;3;4;5;6;7', 'CheckFontSize("cmbFontSize")') ;
in fck_toolbaritems.js?
RE: Font Size?
RE: Font Size?
RE: Font Size?
Cant find it...
RE: Font Size?
It is controled in fckconfig.js
// Font Combos
FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
but I dont think you can use px without changing the FontSizes-script...
RE: Font Size?
if I change ... 1/xx-small... into 1/12px
or 12px/xx-small or 12px/anytext for example
the source will say me this... <font size="1"> So it only changes the variable in size I guess.
But how to change it into a span/div/p-Tag supported by a style=...?
RE: Font Size?
RE: Font Size?
RE: Font Size?
RE: Font Size?
Someone else? FCKeditor is a great addon for everything, so I wondered about this easy function.