Did som tests...
I get <p class="description"> (and </p> at the end) when I download metadata for the book from a bookstore.
I remove that and all other formatting with the html editor and then add some standard ones that I use. And save. When I open again, nothing has changed, only my added formatting shows.
However, if I remove all formatting and don't add anything, and save, the next time I open, <p> at the beginning and </p> has now been added. But not <p class="description">.
I also noticed that if I don't remove the <p class="description">, but add my own formatting and save, the next time I open the editor, <p class="description"> has disapeared and only my added formatting shows. A conflict?
So if I want <p class="description"> again, I think I will have to remove my formatting and add <p class="description"> myself.
|