I can create a post just fine with TinyMCE showing the text color and size changes that I make. After I submit the content and go back to Edit the changes, the color and size changes no longer show in TinyMCE. If I make more changes (i.e. more color changes or size changes) I can see them in the TinyMCE window. When I click submit again the new changes show and they old ones show too.

I tried changing themes to see if there was a problem with the CSS and the problem followed.

If I click on disable rich-text, the HTML shows
Testing out permissions and image uploading. I'm testing the text layout and how the images look on the page after uploading.

I have the input format set to Full HTML.

I posted a screen shot to show how TinyMCE looks when trying to edit existing content.
http://www.esliver.com/misc/tinymce_problem.png

Comments

holydrupal’s picture

I have the same issue when I change color and font size.

In edit mode the color and font size convert to default format.

ziggyk’s picture

I just messed around with this a little more and found this out:

When I edit existing content and go to disable rich-text and change the following code:
<span style="font-size: large"><strong>Selling</strong></span>
to
<span style="font-size: 25px"><strong>Seeling</strong></span>
The size formatting shows properly when I save and come back and edit the post.

I haven't been able to get the color to show properly though.

So, is this a TinyMCE html coding issue? Is there somewhere to change TinyMCE to use px for font-size rather than large?

BTW, I just tried changing the TinyMCE module to use them css and that didn't change the results.