Hi,
Thanks for such a wonderful Editor.
I am new to the CKEditor, and right now i am working on a project in which the CKeditor needs to be upgraded from 3.6.4 to 4.0.
In 3.6.4 i found that there was a custom style related to the 3.6.4 version was added to our Global css file.
span.cke_skin_kama span { width: auto; display: inline; float: none; }
Once i upgraded it to 4.0.1.1, i am getting a crashed CKEditor page, and when i looked into the style sheet it seems like a global style class applied for the span is creating all the troubles, and that is given below.
.form1 span {
display: block;
float: left;
width: 590px;
}
When ever i load the CKEditor and disable this class for span, CKEditor works just perfect.
Can we solve this problem by setting any configuratin parameters with CKEditor? or do i need to add more custom styles to the global css?
Can i get a way to reset the css before loading the CKEditor.
Or is there any tweaks there to override this styling issue by any means...
Please help me with this, i tried to add different custom styles to the cke_reset, and such similar 'span's used in the CKEditor.
Thanks,
Please Reply....