Unwanted doubling of line spacing
euklides - October 9, 2008 - 05:56
| Project: | TinyMCE |
| Version: | 6.x-1.1-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Dear Drupal community
I'm experiencing a really annoying problem with TinyMCE. I post content into my nodes by copying and pasting preformatted text from Word. This works fine when I first save a node, but if I go back to edit it later, the spacing between the paragraphs and headings have doubled. It seems something is generating unnecessary p and/or br tags in the code when it's opened up for editing.
I've tried turning off all my Input format filters and I've changed the TinyMCE "cleanup & output" settings back and forth a bit, but the problem still remains.
Any ideas?
Thanks
Olle

#1
I am having the same issue. here is the direction i am going in:
I will try:
1) searching for setting for the line height and # of spaces in the
<p>settings of tinymce2) remove
<p>all together and replace with<br />and line height setting.3) use styles set in custom css > check against template overides
thats all i can think of.