Opened 13 years ago
Closed 13 years ago
#9007 closed Bug (invalid)
Body tag disappears
Reported by: | Roi Zaig | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Body tag disappears after switching between source view and rendered view and back to source view. This is impotent since its style disappear also.
Input source: <body leftmargin="0" topmargin="0" offset="0" marginheight="0" marginwidth="0"> </body>
After to switching rendered view and switching back to source view: source is empty!
- Same issue as 2 with 'html' tag.
Input source: <html> <body> </body> </html>
After to switching rendered view and switching back to source view: source is empty!
Please use fullPage mode for that: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fullPage
You can set it in your config.js or on HTML page.