Persönliche Werkzeuge

Test CKEditor

Aus BogenWiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
<html>
<html>
-
  <div style="min-height:200px" id="editor"></div>
+
        <style>
 +
            #container {
 +
                width: 1000px;
 +
                margin: 20px auto;
 +
            }
 +
            .ck-editor__editable[role="textbox"] {
 +
                /* editing area */
 +
                min-height: 200px;
 +
            }
 +
            .ck-content .image {
 +
                /* block images */
 +
                max-width: 80%;
 +
                margin: 20px auto;
 +
            }
 +
        </style>
 +
  <div id="editor"></div>
   <script src="https://cdn.ckeditor.com/ckeditor5/40.0.0/classic/ckeditor.js"></script>
   <script src="https://cdn.ckeditor.com/ckeditor5/40.0.0/classic/ckeditor.js"></script>
   <script>
   <script>

Version vom 17:58, 25. Okt. 2023