Completely Disable Auto-Formatting of HTML Code

  •  02-06-2010, 4:57 PM

    Completely Disable Auto-Formatting of HTML Code

    Hi,
     
    The auto formatting feature is buggy, and I'd like to totally disable it. For example, if I type <div style="border:2px solid yellow;">, it changes it to <div style="border-left-color: yellow; ">. This is a bug, plain and simple. It's not "cleaned up", it's changed to something completely different with different output. Also, there's nothing wrong with the original code.
     
    I don't want the bug fixed, because there are many others and I don't have time to wait for them to all be fixed. I simply want to turn the feature off. I don't want one letter of my code automatically changed or "cleaned up" by the editor. Please let me know how to do this.
     
    Thank you.
     
    Regards,
    Jonathan
View Complete Thread