_______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
In the TinyMCE editor, if you try to make an image left-floated (for
example), it uses the alignleft class. The class might not be in every
theme there is, so the styling won't work and the end user either needs
to add the css class to the template or go in manually to the html and
type style="float:left".
