I have just started using FCKeditor (in a client's coldfusion app), and it's going well, but I have a bit of a problem. Let's say you start with a blank editor. Type in some text, like "Hello World", and then a line break, then "This is a test." Now select "Hello World" and make it bold. Then delete the whole "Hello world" line. Then look at the source.
What I see is:
<span style="font-weight: bold;"></span>This is a test.
Worse, once I got the span without a close span (I can't get that to reproduce though)!
Now, I've got no problem viewing the source and cleaning up, but I don't expect my clients will either think to do that or know what to do when they try.
Is there some built in cleanup functionality, or do I need to code this myself?
thanks anyone who can help.
-Ian
What I see is:
<span style="font-weight: bold;"></span>This is a test.
Worse, once I got the span without a close span (I can't get that to reproduce though)!
Now, I've got no problem viewing the source and cleaning up, but I don't expect my clients will either think to do that or know what to do when they try.
Is there some built in cleanup functionality, or do I need to code this myself?
thanks anyone who can help.
-Ian