ckeditor problem: extra html tags in source

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-04-07T20:53:21Z Indexed on 2010/04/07 22:33 UTC
Read the original article Hit count: 439

Filed under:
|
|
|

I am creating an editor in asp.net MVC application using ckeditor. In textarea i have just written "Sample Text", but when i load the ckeditor and click on source button of ckeditor it gives me a lot of html like html > body > p > [Sample Text]. Why its creating extra html tags?? i have to send the content to database for saving html but ckeditor is adding extra markups.

any workaround? or what i am doing worng?

© Stack Overflow or respective owner

Related posts about fckeditor

Related posts about ckeditor