Hi,
I am using CKeditor rich text box to capture text in html format.
This captured html will be used in another webpage for display purposes.
The problem is that for the rich text editor, I am using the class 'ckeditor' which gives me the styles and content perfectly within the text editor box,
But when I am using the generated html in different page, the styles are from the actual container that is messig up the content.
Is there a way that I can preserve the styles while dispaying conent as well?
I am using same container for both text editor webpage and display webpage, which means that same styles are inherited in both pages, but for text editor box, 'ckeditor' class is overriding the inherited styles, but while diplaying I dont have any class to override the inherited styles.
Please help.
Thanks,
Ganesh.