Question

I am using tinyMCE for pasting description on front end of the site. Issue I am having is - when I try to paste the content taken out directly from MS Word 2010 I am not able to see the same line spacing as on word document.

I have uploaded 3 images showing the document and content when pasted into the editor and the content displayed after getting post.

wordDocument-2010-content

ContentInsideEditor

ContentAfterPost

Was it helpful?

Solution

Problem here is you would need to set the editor width to exactly the same width of a Word 2010 page. In Word you may change the margins whcih will lead to another problem. Another point is the font. You will need to apply the same font and same font-size in the editor (you may use the config param content_css for this).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top