I'm using the asp.net control for CKEditor.
I'm getting some text from a database field that has no formatting tags in it at all and put it in the CKEditor. When I go to look at source it has put paragraph tags around the text from the database.
There are other rows that have formatted text in them, that's why I'm putting this field into CKEditor.
Example:
I get text from the database like "4192". I put it in the CKEditor and it looks fine, when I click on source it is now showing: <p>4192</p>
How can I stop it from adding the paragraph tag in the CKEditor.
Thanks,
JefferyS
I'm getting some text from a database field that has no formatting tags in it at all and put it in the CKEditor. When I go to look at source it has put paragraph tags around the text from the database.
There are other rows that have formatted text in them, that's why I'm putting this field into CKEditor.
Example:
I get text from the database like "4192". I put it in the CKEditor and it looks fine, when I click on source it is now showing: <p>4192</p>
How can I stop it from adding the paragraph tag in the CKEditor.
Thanks,
JefferyS