WebsiteBaker Support (2.12.x) > General Help & Support

HTML code disappear after saving page

(1/1)

Shefra:
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

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

--- Code: ---$bWbConfigSetting = true;
--- End code ---

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

Hope it helps.

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

Navigation

[0] Message Index

Go to full version