We have a CMS-type feature in our application where users can inject HTML above and below the meat of our ApEx pages. We use the Rich Text Editor item type (CKEditor 4) to allow them to enter HTML for the top (or towards the top) of the page and for the bottom of the page. There are several instances where we want to start a div tag in the "top" WYSIWYG editor and put the closing div tag in the "bottom" WYSIWYG editor. Every time we try to do this however, the editor automatically inserts a closing div tag into the "top" WYSIWYG editor. Is there a way to tell the WYSIWYG editor to stop auto-correcting the HTML we put into the WYSIWYG editors?
I see there is a config.js file for CKEditor 4 on the application server that I can update. I cannot however figure out if there's a config setting to do this in CKEditor 4 or perhaps I won't even be able to do this because of how ApEx is rendering the WYSIWYG editors on the page, perhaps overriding whatever I put into the config file.
Shane.