[Plugin: CKEditor For WordPress] How to stop CKEditor from breaking my markup?
-
I have a markup structure set up like this:
<a href=""> <div> <h2> Header</h2> <img alt="" src="" /> </div> </a>
CKEditor breaks this valid markup and outputs:
<div> <a href=""> <h2> Header</h2></a> <a href=""> <img alt="" src="" /> </a> </div>
This is very annoying – How can I prevent this?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: CKEditor For WordPress] How to stop CKEditor from breaking my markup?’ is closed to new replies.