Dear ckeditor 3.4.x users,
how can I force the editor to sort attributes in the source code?
What I mean is something like this:
<html>
<head>
<title>CKEditor Sample</title>
</head>
<body>
<p>
This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
<p>
A span:<span style="background-color: yellow; font-size: 20pt;">some text in a span</span></p>
</body>
</html>
The bold text has two attributes background-color and font-size.
How can I get the editor to give me the font-size attribute first when I switch from wysiwyg to source view and vice versa?
Is there a configuration option?
Any ideas?
Thanks for any help!