How can I configure the CKEditor that empty tags like <img>, <hr>, <br> are not closed.
I have tried to remove "img:1" in the source. But that had the effect of creating "<br></br>".
Thats not what I want.
Even setting the docType in the cofig.js to html 4.01 strict, did not help.
thanks
I have tried to remove "img:1" in the source. But that had the effect of creating "<br></br>".
Thats not what I want.
Even setting the docType in the cofig.js to html 4.01 strict, did not help.
thanks
Re: <img> instead of <img />
What you are looking for is this:
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: <img> instead of <img />
sorry for my late thank you. Your advice works perfectly. Placed on the config.js - and it does the job. Great!!
webbureau
Re: <img> instead of <img />
This is pathetic support. I have spent 5 hours researching and reading the BS technical documents such as http://docs.cksource.com/CKEditor_3.x/D ... Formatting OR http://docs.cksource.com/ckeditor_api/s ... tanceReady OR http://docs.cksource.com/ckeditor_api/s ... DITOR.html and of course the highly recommended output_html.html located in the _samples folder of the ckeditor download.
All of it worthless to the average person - If I had not stumbled across webbureau's post and saw he said he placed the changes in the config.js I would still be struggling with this POS.
Doesn't do any good to give the solution and not give a clue how to implement it.
In the end the code placed in the config.js works and my pages validate as HTML 4.01 Transitional
Re: <img> instead of <img />
As much as I can understand your frustration at not being able to make progress quickly, what you are saying is simply untrue.
See the "CKEditor Developer's Guide" link from my post? Go there and just browse the table of contents visually and what will you find? The "Setting Configuration" article is the fourth one from the top... Why are you blaming us for the fact that someone is not willing to do his own homework?
The topic author asked a question, I answered it and it was 100% satisfactory to him. You, on the contrary, have not asked anything, and just came here to complain that we do not provide 100% coverage for all the scenarios in the world that might exist which is simply an impossible thing to do given the complexity of the tool and all the different contexts where it is used.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!