I'm having the same problem, and can't find a way around it. I've customized the styles to match my website's styles, but I can't find where to change the styles applied for the Bold and Italic buttons.
1. Gecko: To force Gecko-Browsers to use <b> instead of <style> go to fckconfig.js and change the line:
FCKConfig.GeckoUseSPAN = true ; to: FCKConfig.GeckoUseSPAN = false;
2. IE: IE does not use <style> but <strong>. I think there is no easy way to change the behaviour of IE to use <b> instead of <strong> because a browser-specific command (execCommand )is used to apply the Bold-Tags.
I tried modifying the fckconfig.js file, but I didn't see any difference. I even tried rebooting - still no change - it is still using the <style="font-weight: bold;"> tag.
RE: bold issues
I want to use <b>my text</b>
Were is located the file to change this?
RE: bold issues
Please guys
RE: bold issues
I'm having the same problem, and can't find a way around it. I've customized the styles to match my website's styles, but I can't find where to change the styles applied for the Bold and Italic buttons.

Any help is welcome
Jean-Baptiste
RE: bold issues
it depends on the browser
1. Gecko: To force Gecko-Browsers to use <b> instead of <style> go to fckconfig.js and change the line:
FCKConfig.GeckoUseSPAN = true ;
to:
FCKConfig.GeckoUseSPAN = false;
2. IE: IE does not use <style> but <strong>. I think there is no easy way to change the behaviour of IE to use <b> instead of <strong> because a browser-specific command (execCommand )is used to apply the Bold-Tags.
RE: bold issues
RE: bold issues