Reputation: 99
I am using froala editor for insert CMS content to database.But it not work perfectly , I am arrange content in left side and image in right side , it aligned correctly in editor , but in my view page (get content from database) it not aligned correctly.
In editor
In View page
Anyone please help me
Upvotes: 0
Views: 2146
Reputation: 1640
You have to include froala_page.min.css
in your view to fix image alignment.
Also, in edit mode, the editor text is aligned to left. In your view mode the text is aligned to center because you have some CSS that overrides that.
Upvotes: 1