| 123456789101112131415161718 |
- <h2>Editor with LTR UI</h2>
- <div id="editor-ltr">
- <p>Editor content</p>
- </div>
- <h2>Editor with RTL UI</h2>
- <div id="editor-rtl">
- <p>Editor content</p>
- </div>
- <style>
- .ck.ck-editor {
- margin-left: 200px;
- margin-right: 200px;
- }
- </style>
|