Skip to content Skip to sidebar Skip to footer

How To Stop Changing The Code?

Good day. I have this code:

<div> inside <a> (see this answer). CKEditor follows those specs so, of course, it also finds your code invalid. Still, CKEditor's parser tries to fix your HTML and the result is what you call "changed code".

Your code could be valid in HTML5 though. CKEditor doesn't support HTML5 DTD yet because it's complex and dynamic as opposed to HTML 4.01 (xHTML 2.0).

At the moment, the only solution is to change your code.


Post a Comment for "How To Stop Changing The Code?"