The editor is not showing all my html markup or the non-source correctly. My exact code is attached (testing.txt)
But all that shows in the window is:
Non-source: nonsource.jpg
Source: source.jpg
How can I get this to show all the html code (in source) and what it would look like (in non-source)?
I downloaded the standard version (not basic, if that makes any difference).
Try adding config.fullPage =
Try adding config.fullPage = true; to config.js. If that does the trick, can you explain why you want to include <html>, <head> and <body> tags in the editor? Some of the devs have been trying to justify the usefulness of that particular feature, and they're racking their brain to try and figure out scenarios where this would be useful (besides in very very simple websites).
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
That did help some, as it is
That did help some, as it is now showing more of the html tags. But for this one section in particular (the one I included the code for originally), I need to see the table tags also.
I am doing this for an emergency plan generator application for buildings. There are multiple different sections and most of the sections have an explaination in the beginning. My goal is to set it up so that the admins can go in the application and edit the wording at the beginning of the section without my involvement. In order to make sure it's formatted correctly, they would need to be able to see the table and table tags in the editor, along with any other html tags that are in the section explaination. I was previously using fckeditor and it worked as needed. I like this interface better, but finctionality is more important, so may have to switch back if I cant figure out how to get it to show the text correctly.
Attachments: