Opened 11 years ago
Closed 11 years ago
#11040 closed Bug (invalid)
CKEditor Indent issue
Reported by: | Tommy Tan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.2.2 |
Keywords: | Cc: | yih817@… |
Description
The indent is not tally when display at website.
Attachment 1: Indent create from CKEditor. Attachment 2: Indent display at website is different from what i create from CKEditor.
Attachments (2)
Change History (3)
Changed 11 years ago by
Attachment: | Attachment 1.jpg added |
---|
Changed 11 years ago by
Attachment: | Attachment 2.jpg added |
---|
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I see you got problem with list indentation. It would be good if you could send me html that causes problems for you and tell me how this list was created (step by step what have you pressed/clicked/typed)
CKEditor comes with page preview plugin that allows seeing how page will look like in browser without editor. I didn’t not observe such behaviour in editor thus I think this is either messed up HTML or styles on your page that break it.
Please note that styles (held in contents.css) aren't transferred to target page when you submit html with editor. What you need to have, to get same result is having same styles in editor (contents.css if you use iframed editor or page css if you use inline editor) and target page.
I'm closing this issue as I think it is invalid but please provide things I have asked you for and I will consider reopening it.