Opened 10 years ago

Closed 10 years ago

#11071 closed Bug (invalid)

Email design and alignment and line space look different on HTML email editor preview screen and the actual email the recipient receive

Reported by: Jitendra Sarangi Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

The email design and alignment and line space look different on their HTML email editor preview screen and the actual email they receive. I am attaching the screen shots of an example.

Attachments (1)

EmailDesignNotRight.docx (246.2 KB) - added by Jitendra Sarangi 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by Jitendra Sarangi

Attachment: EmailDesignNotRight.docx added

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

The email design and alignment and line space look different on their HTML

This is CSS issue.

Please note that CKEditor uses contents.css file (for iframe editor) or main page CSS file (for inline editor) which isn't transferred when you submit data. Proper solution here is to have same stayle in editor as in target page. If you have some styles assigned to editor content then it is possible that they are not transferred to target page and these lines (p or divs) get browser or email client default style rules which may have margins, paddings etc.

I think the best solution here would be using inline styles (some CSS rules in head section of page e.g. p{margin:0;} or inline styles <p style="margin:0;..." ) for elements in editor. That way you should have consistent email everywhere.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy