Hi,
I'm using CKeditor in WebsiteBaker. I have some code in the css that only uses <li> tags. When inputting directly to html (without editor) it works fine.
When we enable the editor and change something to the text CKeditor automatically puts extra tags in the html code.
e.g.
How can i disable the automatic html tagging ?
I'm using CKeditor in WebsiteBaker. I have some code in the css that only uses <li> tags. When inputting directly to html (without editor) it works fine.
When we enable the editor and change something to the text CKeditor automatically puts extra tags in the html code.
e.g.
<li>This is a test</li>becomes after text edit the following
<ul><li>This is a new test</li></ul>and therefore it shows errors...
How can i disable the automatic html tagging ?