Sam Pohlenz
Sam Pohlenz
Can you clarify what you mean by "when i update the styles in the editor the styles is not getting saved"?
When outputting the content in your template, you need to call `html_safe` on your content to ensure that the output is not escaped. e.g. ``` erb ```
Are the font size/family styles definitely being saved to the database? Is another `!important` CSS rule possibly overriding it?
Can you please paste the HTML that is being output when rendering the page, as well as the HTML as it appears in the database?
Are you running the output through any other helpers such as `simple_format`? What is the code you are using to output the HTML?
@dinakaran Does this also solve your issue?
Are you sure it isn't something in your app changing the links to nofollow? I don't see this behaviour and there aren't any references to nofollow in the TinyMCE source.
Hi @basschoen. This comment may have the answer you need: https://github.com/spohlenz/tinymce-rails/issues/145#issuecomment-49307568
One thing I found when looking into #162 is that the JS script include tags need to be in the document head. Is this the case? If it is already,...
Failed to load content css: http://myurl/assets/tinymce/skins/lightgray/content.min.css now and then
@frenkel tinymce-rails 4.6.6 was released earlier. Can you confirm if that version solves the issue for you?