Here is what i am trying to do:
i call CKEDITOR.replace at a div element.
A whole html page replaces the element and a textarea with default styles is created.
I would like to preserve the original styles( font-family, font-size, color etc) of the original div area when working with ckeditor.
In addition, it would be best if each element inside the textarea could inherit the styles of the original div area(eg. a p element have the same styles of a p element of the original div).
Thank you in advance.
i call CKEDITOR.replace at a div element.
A whole html page replaces the element and a textarea with default styles is created.
I would like to preserve the original styles( font-family, font-size, color etc) of the original div area when working with ckeditor.
In addition, it would be best if each element inside the textarea could inherit the styles of the original div area(eg. a p element have the same styles of a p element of the original div).
Thank you in advance.