Hi,
I'm using the latest version of CKEditor (3.4, rev 5825) and having a bit of a problem in the browser Chrome (6.0.472.62).
In my config file I specified
config.coreStyles_bold = { element: 'b', overrides: 'strong' };
but when I make some text bold it still uses the strong tag instead of the b tag. It works as expected in Firefox and Internet Explorer, but not in Chrome
Thanks for your help!