Yep, that's part of the solution I ended up going with. I set the default style to float right so the issue wouldn't come up as much. But in the event that a user wants an image to float left, I'd like the rich text editor buttons to do the appropriate thing. Hense turning off the TidyEditorContent for the site.
TinyMCE removing img src
This is a mysteriously recent bug on an Umbraco 4.0.2.1 site.
Whenever an image is right aligned with style="float:right" using the tinyMCE button, the save button removes the img src tag.
Is there any way to remove TinyMCE's html formatting option? It only seems to frustrate and confuse clients.
Man, all sorts of errors with images in TinyMCE. Where can I get to the clean image code in Umbraco for the save button?
Ok, I turned of TidyEditorContent in config/umbracoSettings.config and this issue has cleared up.
Hi Jon,
Have you tried appying classes to the img's rather than using the style tags? This has always worked for me in the past.
Cheers,
Chris
Yep, that's part of the solution I ended up going with. I set the default style to float right so the issue wouldn't come up as much. But in the event that a user wants an image to float left, I'd like the rich text editor buttons to do the appropriate thing. Hense turning off the TidyEditorContent for the site.
-Jon
is working on a reply...