Hello, I'm currently using CKEditor version 4.2 and I have plans on fully integrating it into my cms system. I ran into a few small issues along the way and I plan on solving them on by one to ensure each problem is solved 100% before moving alone.
My first issue is with setting the font size using the bbcode plugin.
On my sample pages, CKEditor works fine. When I set the size and view the source it sets appropriately(i.e [size=32]32px font[/size] ).
Unfortunately the same cannot be said when running ckedito on my software.
Inside an instance, I'll set the font size to 48 via the toolbar. I'll type in test which shows up in the 48px font size. I'll then view the source which says, "=48pxTest".
I've also noticed the css for the button on the toolbar itself is misbehaving and doesn't act like the rest of the toolbars icons. The border disappears and the margin or padding is also affected.
I'm trying to debug but I have no idea where to start. If anybody can help point me in the right direction that would be awesome. Thanks
Issue was fixed by setting
Issue was fixed by setting the font sizes via the config like so: