Hello everybody!
I've ckeditor drupal module 7.x-1.14 with ckeditor version 4.4 installed on my website. the installation was easy, but there is a big problem here. when i add my content to the editor and styling different parts of it ( like fonts, colors, underlined and etc. ), after saving changes, none of my styles are applied! ( i use full html filter for adding content ) here is an example :

I type in my editor : " hello! such a nice day. "
and make the "hello" word "bold" and the "nice" word "italic" and give the "day" word a font size of 36 pixels. but when i save changes,
i get this result :

[b]hello[/b]! such a [i]nice[/i] =36pxday

In other word, what i see is not what i get! :) I don't know what am i doing wrong. i've tried many things ( including re installing ckeditor ) but none of them worked. any help would be greatly appreciated.

Comments

jcisio’s picture

Category: Bug report » Support request
Priority: Critical » Normal

Could you give the exact HTML markup? Was it really [b] or <b>? What was =36px?

deltora72’s picture

That was the exact HTML markup.
yes it was [b] not . 36px is probably the font-size i set for the last word. everything looks good in the editor itself but after saving i get that output.

jcisio’s picture

Status: Active » Fixed

Then you might have some kind of plugin or filter that convert HTML markup into BBcode. Disable it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.