Newsletter Builder Image Alignment Probs

By Dave - September 18, 2015

Thanks for the report, Perch.

I checked the latest version of TinyMCE and it still does the same thing: http://www.tinymce.com/tryit/basic.php

Do you know email program they are using? 

Email design can be quite tricky, there's a cheat sheet here for supported features: 
https://www.campaignmonitor.com/css/

And a suggestion here to use tables instead of positioning for image alignment: 
https://24ways.org/2009/rock-solid-html-emails/

I tried putting a table around the image and aligning that but TinyMCE did that as a float as well.

I tried this web based inliner and it added align="right".  https://putsmail.com/inliner

We could try making a plugin that added align="right" everywhere there was a "float: right".  Would  align=right do what you need? 

The easiest would be if we could find a pre-existing PHP CSS Inliner library that we could call from a plugin that modified the HTML source after it was saved.  Also we'd need to make sure TinyMCE didn't remove the align=right again every time it loaded the content.  

Dave Edis - Senior Developer
interactivetools.com