dennisleahy thanks for explanation. A good editor.css makes content writing more comfortable.
My editor.css:
@import "normalize.css";
@import "typography.css";
@import "forms.css";
@import "print.css";
html{
min-width: 1000px;
height: 100%;
}
body{
width: 960px;
min-height: 100%;
box-sizing: border-box;
margin: 0 auto;
padding: 10px 20px;
box-shadow: 0 0 10px rgba(82, 82, 82, 0.42);
}
mvk, this is probably caused by restricted access to /manager/ folder, because ckeditor attempts to write it's assets there.
Please pay an attention to the package installation log. After installation ensure /manager/assets/components/ckeditor/ folder is created.
Finally, open browser console (F12 or Ctrl+Shift+K or Ctrl+I) and copy javascript errors here.
[ed. note: danya_postfactum last edited this post 12 years, 5 months ago.]