HTML code disappear after saving page

Shefra

The change in the include files was not the solution of my issue. But i think is can do the trick with the code2 addon, thx for your help

dbs

Hi, this is CKeditor.
I see two ways to do such things.

1. in modules/ckeditor/include.php
Line 81, set $bWbConfigSetting = false; to true
$bWbConfigSetting = true;

OR 2. module code2
Use a code2 section. Choose HTML and write tags like ever you want.

Hope it helps.
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

Shefra

#1
Hi,

i try to add some HTML tags into a page. For example <header> tag is removed from the page content after i save it. Is this a setting within the CMS? or just not supported.

WB-Version : 2.12.0
CKEditor : 4.9.2.0

Frank