I am new to Drupal (using v6) and CKEditor. I am puzzled why when using CKEditor extra code is inserted at the end of the post:
<style id="_clearly_component__css" type="text/css">
#next_pages_container { width: 5px; hight: 5px; position: absolute; top: -100px; left: -100px; z-index: 2147483647 !important; }</style>
<div id="_clearly_component__next_pages_container"> </div>
Is this originating in Drupal or CKE? And how do you stop it?
<style id="_clearly_component__css" type="text/css">
#next_pages_container { width: 5px; hight: 5px; position: absolute; top: -100px; left: -100px; z-index: 2147483647 !important; }</style>
<div id="_clearly_component__next_pages_container"> </div>
Is this originating in Drupal or CKE? And how do you stop it?