If you do not want to have, <html> , <head> </head> </head> , <body> </body> tags in CKEditor's source code then you must set Full Page as false in the configuration javaScript file.
Go to CKEditor folder and open config.js file, Add the following line config.fullPage = false;
/**
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
config.fullPage = false;
};
Now when you load CKEditor you would find that there are no HTML, head or body tags!
More Posts related to Html,
- Comprehensive 256 Ascii code table with Html Hex IBM Microsoft Key
- HTML5 HELLO WORLD Example
- What is the doctype for HTML5?
- The author stylesheet specified in tag script is too long - document contains 21759 bytes whereas the limit is 10000 bytes
- W3 : character data is not allowed here html validation error
- HTML, HTML5. CSS, CSS3 Color Codes 2020
- Obsolete marquee element alternatives html5
- Create HTML button that looks like a href hyperlink
- All directional arrows codes for HTML
- Adding Sub Headings to Bootstrap Header tags
- Hyperlink in html (anchor tag) without a underline
- Align html element at the center of page vertically and horizontally
- How to remove old 404 pages ulrs from Google crawler
- How to set background color in HTML page?
- Default speed of Marquee tag : SCROLLAMOUNT
- W3 HTML validator warning Unable to Determine Parse Mode
- Get HTML table td, tr or th inner content value with id or name attribute
- reCaptcha Verification expired. Check the checkbox again
- How to word wrap in HTML
- Base 64 Index, Character and Binary Table
- Fibonacci series from 1 to 500 table
- How to make a div tag clickable
- Remove Html head and body tags from ckeditor source
- remove div vertical scroll
- Chessboard with pieces using pure HTML and CSS
More Posts:
- Change Android Toast background color - Android
- [Solved] Dynamic Web Module 3.0 requires Java 1.6 or newer Mac OSX - Mac-OS-X
- java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. - Android
- Android appcompat_v7 Error retrieving parent for item: No resource found that matches the given name - Android
- SharePoint Open in the client application document opens in browser - Java
- How to redirect SharePoint Site Collection to different URL - SharePoint
- Duplicate id @+id/textView1, already defined earlier in this layout Android Error - Android
- Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end users experience - Java
- Integrating Android Facebook SDK 3.17.2 Tutorial - Android
- SharePoint CAML query error - The XML source is not correct - SharePoint
- 32 css cursors web developers must know - CSS
- Failed to load resource: net::ERR_CACHE_MISS PHP - PHP
- 403 forbidden error for Image - PHP
- Struts 2 : There is no Action mapped for namespace [/] and action name [form] associated with context path [/proj] - Java
- How To Disable Landscape Mode in Android Application - Android