Hi Thanks No isn't it. If you tape, for instance FCKConfig.FontSizes = '9px/xx-small;10px/x-small;12px/small;14px/medium;18px/large;6/x-large;20px/xx-large' ; you have very big caracters, and in the code source px is not here ?
I dont think the intention is to use these in that way. Either you create a css, where you say what size xx-small is, or you have to deal with the fact that Verdana xx-small is the size it gets, and work from there. Fx removing the values thats not looking good with the font you're using.
Im not using these values myself, thats why I dont know, but Im most in to my second alternative. (I use h(n) and p instead.)
RE: change font-size value
Isnt it changed in fckconfig.js?
FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
Johnny
RE: change font-size value
Thanks
No isn't it. If you tape, for instance
FCKConfig.FontSizes = '9px/xx-small;10px/x-small;12px/small;14px/medium;18px/large;6/x-large;20px/xx-large' ;
you have very big caracters, and in the code source px is not here ?
Hubert
RE: change font-size value
I dont think the intention is to use these in that way. Either you create a css, where you say what size xx-small is, or you have to deal with the fact that Verdana xx-small is the size it gets, and work from there. Fx removing the values thats not looking good with the font you're using.
Im not using these values myself, thats why I dont know, but Im most in to my second alternative. (I use h(n) and p instead.)
Johnny
RE: change font-size value
Thanks! I create a CSS and I hoppe it's good !
Hubert