FYI... the reason that the formatting can become a problem is because the editor we are using only really adds formatting and only deletes it when you explicitly ask it to via the remove formatting feature. Thus, if you change colors or fonts a lot, for example, and then look at the underlying code you will find that the editor never got rid of the old fonts or colors, it just added the new formatting over top of the old formatting... sort of like a lot of layers of paint built up. After a while, you can run into conflicts with all the built up formatting, like not being able to change the formatting again. Because of this, it is a good idea to strip out the formatting occasionally and recreate it from scratch.
The following user(s) said Thank You: Pam
The topic has been locked.